mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-13 22:50:52 +02:00
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
1 changed files with 10 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue