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:
parent
4b2d4334ca
commit
0c36961f5b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue