feat(plugins): add neo-tree.nvim plugin with dependencies for enhanced file exploration

This update introduces the neo-tree.nvim plugin along with its necessary dependencies, improving file navigation capabilities.
This commit is contained in:
OdysseusOperator 2025-03-28 13:55:03 +01:00
parent 4b2d4334ca
commit 0c36961f5b
1 changed files with 10 additions and 0 deletions

View File

@ -187,4 +187,14 @@ return {
end,
-- See Commands section for default commands if you want to lazy load on them
},
{
'nvim-neo-tree/neo-tree.nvim',
branch = 'v3.x',
dependencies = {
'nvim-lua/plenary.nvim',
'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended
'MunifTanjim/nui.nvim',
-- {"3rd/image.nvim", opts = {}}, -- Optional image support in preview window: See `# Preview Mode` for more information
},
},
} -- end of return