move to lazyvim
This commit is contained in:
parent
ecb347cc19
commit
9725324dbf
27 changed files with 592 additions and 338 deletions
12
.config/nvim/lua/plugins/neotree.lua
Normal file
12
.config/nvim/lua/plugins/neotree.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
{
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
opts = {
|
||||
filesystem = {
|
||||
filtered_items = {
|
||||
hide_dotfiles = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue