Neotree
This commit is contained in:
parent
d12f1780a9
commit
c22c0fb998
2 changed files with 12 additions and 0 deletions
10
lua/plugins/neo-tree.lua
Normal file
10
lua/plugins/neo-tree.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
'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", -- Optional image support in preview window: See `# Preview Mode` for more information
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue