Add plugins in kickstart
This commit is contained in:
parent
2ba39c6973
commit
9ef6f0ec6c
2 changed files with 16 additions and 8 deletions
6
lua/custom/plugins/nvim-tree.lua
Normal file
6
lua/custom/plugins/nvim-tree.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
keys = {
|
||||
{"n", "<leader>e", ":NvimTreeToggle<CR>", { silent = true }}
|
||||
}
|
||||
},
|
||||
Loading…
Add table
Add a link
Reference in a new issue