nvim: Show hidden files by default
This commit is contained in:
parent
bd10514742
commit
31532dc575
1 changed files with 10 additions and 0 deletions
10
nvim/.config/nvim/lua/plugins/neo-tree.lua
Normal file
10
nvim/.config/nvim/lua/plugins/neo-tree.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
opts = {
|
||||
filesystem = {
|
||||
filtered_items = {
|
||||
visible = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue