tabnine/cmp

This commit is contained in:
Norm Rasmussen
2022-08-23 08:10:48 -04:00
parent ff849733a2
commit 709e311774
3 changed files with 104 additions and 43 deletions

View File

@ -19,6 +19,7 @@ map('n', '<C-l>', '<C-w>l', default_opts)
map('n', '<leader>t', ':tabnew<CR>', default_opts)
map('n', '<leader>e', ':bnext<CR>', default_opts)
map('n', '<leader>w', ':bprev<CR>', default_opts)
map('n', '<leader>d', ':bdelete<CR>', default_opts)
map('n', '<leader>r', '<Plug>vem_move_buffer_right', default_opts)
map('n', '<leader>q', '<Plug>vem_move_buffer_left', default_opts)