Further restructuring.

This commit is contained in:
Florian Feigl 2024-01-15 01:04:36 +01:00
parent 28778716da
commit c7383d9700
27 changed files with 751 additions and 262 deletions

16
lua/plugins/neo-tree.lua Normal file
View 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,
},
}