Skip to content

Commit 0c36961

Browse files
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.
1 parent 4b2d433 commit 0c36961

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lua/custom/plugins/init.lua

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,14 @@ return {
187187
end,
188188
-- See Commands section for default commands if you want to lazy load on them
189189
},
190+
{
191+
'nvim-neo-tree/neo-tree.nvim',
192+
branch = 'v3.x',
193+
dependencies = {
194+
'nvim-lua/plenary.nvim',
195+
'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended
196+
'MunifTanjim/nui.nvim',
197+
-- {"3rd/image.nvim", opts = {}}, -- Optional image support in preview window: See `# Preview Mode` for more information
198+
},
199+
},
190200
} -- end of return

0 commit comments

Comments
 (0)