added plugins to nvim
This commit is contained in:
parent
b76ed824de
commit
e0a69b7ae9
6 changed files with 69 additions and 17 deletions
|
@ -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>', {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue