Further restructuring.
This commit is contained in:
parent
28778716da
commit
c7383d9700
27 changed files with 751 additions and 262 deletions
16
lua/plugins/neo-tree.lua
Normal file
16
lua/plugins/neo-tree.lua
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
return {
|
||||
'nvim-neo-tree/neo-tree.nvim',
|
||||
branch = 'v3.x',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
'MunifTanjim/nui.nvim',
|
||||
'3rd/image.nvim',
|
||||
},
|
||||
keys = {
|
||||
{ '<C-f>', '<cmd>Neotree toggle<cr>', desc = '[F]iles with Neotree' },
|
||||
-- config = function()
|
||||
-- require("neo-tree").setup()
|
||||
-- end,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue