[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" },
offsets = {
{
filetype = "NvimTree",
filetype = "neo-tree",
text = " ",
text_align = "center",
separator = true,

View File

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