autopairs and neotree added
This commit is contained in:
parent
72e72265a8
commit
26829fc992
2 changed files with 26 additions and 0 deletions
12
lua/custom/plugins/filetree.lua
Normal file
12
lua/custom/plugins/filetree.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
'nvim-neo-tree/neo-tree.nvim',
|
||||
version = '*',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended
|
||||
'MunifTanjim/nui.nvim',
|
||||
},
|
||||
config = function()
|
||||
require('neo-tree').setup {}
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue