mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2025-04-05 07:10:53 +01:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue