cmp issues fixed

This commit is contained in:
Norm Rasmussen
2022-10-05 09:26:39 -04:00
parent 557bf04368
commit 89733d8686
3 changed files with 19 additions and 19 deletions

View File

@ -7,7 +7,7 @@ local default_opts = { noremap = true, silent = true }
-- Fast saving with <leader> and s
map('n', '<leader>s', ':w<CR>', default_opts)
map('n', '<leader>a', ':w|:luafile %<CR>', default_opts)
map('n', '<leader>aa', ':w|:luafile %<CR> |:PackerCompile<CR>', default_opts)
map('n', '<leader>aa', ':w|:luafile %<CR> |:PackerSync<CR>', default_opts)
map('i', '<leader>s', '<C-c>:w<CR>', default_opts)
-- Move around splits using Ctrl + {h,j,k,l}