add nvim-tree

This commit is contained in:
2024-09-30 06:02:54 +02:00
parent 08dd334ac5
commit 6633cb8bc5
6 changed files with 31 additions and 3 deletions

View File

@@ -32,7 +32,6 @@ map('n', '<leader>x', ':tabclose<CR>', opts)
map('n', '<leader>n', ':$tabnew<CR>', opts)
map('n', '<leader>s', ':$tab split<CR>', opts)
-----------------
-- Visual mode --
-----------------