nvimtree: Don't exclude custom dir deliberatly

this is not doable, can interfere with different repos
This commit is contained in:
Akianonymus 2022-05-07 08:27:05 +05:30 committed by siduck
parent b9a1038acd
commit 78cf3e97ad
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ g.nvim_tree_icons = {
local options = {
filters = {
dotfiles = false,
exclude = { "custom" },
},
disable_netrw = true,
hijack_netrw = true,