[NvimTree] Complete replacement
This commit is contained in:
		| @@ -13,7 +13,7 @@ return { | ||||
|                 indicator = { style = "underline" }, | ||||
|                 offsets = { | ||||
|                     { | ||||
|                         filetype = "NvimTree", | ||||
|                         filetype = "neo-tree", | ||||
|                         text = " ", | ||||
|                         text_align = "center", | ||||
|                         separator = true, | ||||
|   | ||||
| @@ -21,7 +21,7 @@ return { | ||||
|                     statusline = {}, | ||||
|                     winbar = {}, | ||||
|                 }, | ||||
|                 ignore_focus = { 'NvimTree' }, | ||||
|                 ignore_focus = { 'neo-tree' }, | ||||
|                 always_divide_middle = true, | ||||
|                 globalstatus = false, | ||||
|                 refresh = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user