1
Fork 0

feat: working nvim-tree setup

This commit is contained in:
Matei Adriel 2022-02-07 14:14:46 +02:00
parent 68ceebb595
commit ce832a3ca2
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -48,7 +48,7 @@ in
nvim-web-devicons # fork of vim-devicons?
plenary-nvim # async utility lib it seems?
lualine-nvim # customizable status line
nvim-tree # file tree
nvim-tree-lua # file tree
];
};
}