added plugins to nvim

This commit is contained in:
stev 2022-10-19 20:32:49 +02:00
parent b76ed824de
commit e0a69b7ae9
6 changed files with 69 additions and 17 deletions

View file

@ -8,3 +8,6 @@ map('n', '<Space>', '', {})
map('n', '<Leader>n', '<cmd>:bNext<CR>', {})
map('n', '<Leader>p', '<cmd>:bprevious<CR>', {})
map('n', '<Leader>h', '<cmd>:nohlsearch<CR>', {})
-- nvim-tree mappings
map('n', '<Leader>t', '<cmd>:NvimTreeToggle<CR>', {})