update nvim-tree config

This commit is contained in:
asep komarudin 2023-02-27 14:52:49 +07:00
parent 5a53ad9060
commit 028e3d9895
9 changed files with 29 additions and 30 deletions

View file

@ -6,4 +6,4 @@ scrollview.setup({
bg = "LightCyan",
ctermbg = 160,
})
vim.g.scrollview_excluded_filetypes = { "NvimTree", "vista_kind", "Outline" }
vim.g.scrollview_excluded_filetypes = { "NvimTree", "vista_kind", "Outline", "neo-tree" }