feat: working nvim-tree setup
This commit is contained in:
parent
68ceebb595
commit
ce832a3ca2
2 changed files with 2 additions and 2 deletions
dotfiles/neovim/lua/my/plugins
|
@ -5,7 +5,7 @@ local M = {}
|
|||
function M.setup()
|
||||
require'nvim-tree'.setup()
|
||||
-- Toggle nerdtree with Control-t
|
||||
mapSilent("n", "<C-t>", ":NvimTreeToggle<CR>")
|
||||
mapSilent("n", "<C-n>", ":NvimTreeToggle<CR>")
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue