From 7f79a6ef4be13a4511dfa8a06c9cedb9dcb3c67a Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 3 Feb 2024 02:53:32 -0600 Subject: refactor: general formatting --- lua/plugins/neo-tree.lua | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'lua/plugins/neo-tree.lua') diff --git a/lua/plugins/neo-tree.lua b/lua/plugins/neo-tree.lua index 346fd5b..c95eefb 100644 --- a/lua/plugins/neo-tree.lua +++ b/lua/plugins/neo-tree.lua @@ -88,8 +88,8 @@ return { }, git_status = { symbols = { - renamed = "󰁕", - unstaged = "󰄱", + renamed = "󰁕", + unstaged = "󰄱", }, }, }, @@ -185,17 +185,18 @@ return { client_filters = "first", renderers = { root = { - {"indent"}, - {"icon", default="C" }, - {"name", zindex = 10}, + { "indent" }, + { "icon", default = "C" }, + { "name", zindex = 10 }, }, symbol = { - {"indent", with_expanders = true}, - {"kind_icon", default="?" }, - {"container", + { "indent", with_expanders = true }, + { "kind_icon", default = "?" }, + { + "container", content = { - {"name", zindex = 10}, - {"kind_name", zindex = 20, align = "right"}, + { "name", zindex = 10 }, + { "kind_name", zindex = 20, align = "right" }, } } }, @@ -281,7 +282,7 @@ return { tabs_max_width = nil, padding = 0, -- Default separators, wanted to use powerline icons, but the coloring is all wrong - separator = { left = "▏", right= "▕" }, + separator = { left = "▏", right = "▕" }, separator_active = nil, show_separator_on_edge = false, highlight_tab = "NeoTreeTabInactive", -- cgit v1.2.3-54-g00ecf