dotfiles set to false, meaning not hidden in nvim-tree
This commit is contained in:
parent
247698bc21
commit
0a9895a41d
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
filters = {
|
filters = {
|
||||||
dotfiles = true,
|
dotfiles = false,
|
||||||
custom = {},
|
custom = {},
|
||||||
exclude = {},
|
exclude = {},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue