Improved configuration
This commit is contained in:
10
.config/nvim/lua/plugins/explorer.lua
Normal file
10
.config/nvim/lua/plugins/explorer.lua
Normal file
@ -0,0 +1,10 @@
|
||||
return {
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
opts = {
|
||||
filesystem = {
|
||||
filtered_items = {
|
||||
hide_dotfiles = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user