Updates
This commit is contained in:
parent
daf2dc38fc
commit
777d56e72e
5 changed files with 55 additions and 3 deletions
10
lua/custom/plugins/nvimtree.lua
Normal file
10
lua/custom/plugins/nvimtree.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
version = "*",
|
||||
lazy = true,
|
||||
vim.keymap.set('n', '<C-n>', '<Cmd>NvimTreeToggle<CR>'),
|
||||
vim.keymap.set('n', '<space>e', '<Cmd>wincmd w<CR>'),
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue