Moved Neo-tree config: init -> Spec file

This commit is contained in:
Daveanand Mannie
2024-08-25 12:42:57 -04:00
parent 4cb50cdbe9
commit b2f6d56e09
3 changed files with 19 additions and 13 deletions

18
lua/plugins/neo-tree.lua Normal file
View File

@@ -0,0 +1,18 @@
return {
"nvim-neo-tree/neo-tree.nvim",
branch = "main",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons",
"MunifTanjim/nui.nvim",
},
opts = {
filesystem = {
filtered_items = {
hide_dotfiles = false,
hide_gitignored = false,
hide_hidden = false,
},
},
},
}