[NvimTree] Complete replacement

This commit is contained in:
Admin 2025-03-31 16:24:55 +02:00
parent 79d26ff6f8
commit 1112968c60
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ return {
indicator = { style = "underline" }, indicator = { style = "underline" },
offsets = { offsets = {
{ {
filetype = "NvimTree", filetype = "neo-tree",
text = " ", text = " ",
text_align = "center", text_align = "center",
separator = true, separator = true,

View File

@ -21,7 +21,7 @@ return {
statusline = {}, statusline = {},
winbar = {}, winbar = {},
}, },
ignore_focus = { 'NvimTree' }, ignore_focus = { 'neo-tree' },
always_divide_middle = true, always_divide_middle = true,
globalstatus = false, globalstatus = false,
refresh = { refresh = {