mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 21:41:04 +00:00
Install neo-tree
This commit is contained in:
parent
f668c87a38
commit
55ca75e64e
1 changed files with 6 additions and 0 deletions
6
lua/plugins/neo-tree.lua
Normal file
6
lua/plugins/neo-tree.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
return {
|
||||||
|
'nvim-neo-tree/neo-tree.nvim',
|
||||||
|
keys = {
|
||||||
|
{ "<leader>e", "<cmd>Neotree toggle<cr>", desc = "Toggle NeoTree" },
|
||||||
|
},
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue