nvimtree: Don't exclude custom dir deliberatly
this is not doable, can interfere with different repos
This commit is contained in:
parent
b9a1038acd
commit
78cf3e97ad
|
@ -45,7 +45,6 @@ g.nvim_tree_icons = {
|
||||||
local options = {
|
local options = {
|
||||||
filters = {
|
filters = {
|
||||||
dotfiles = false,
|
dotfiles = false,
|
||||||
exclude = { "custom" },
|
|
||||||
},
|
},
|
||||||
disable_netrw = true,
|
disable_netrw = true,
|
||||||
hijack_netrw = true,
|
hijack_netrw = true,
|
||||||
|
|
Loading…
Reference in New Issue