chore: replaced nvim-coc with nvim-cmp because coc was acting weird

This commit is contained in:
Afonso Franco 2022-11-14 03:00:43 +00:00
parent 69516e983e
commit 6a1f2ad2d9
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
7 changed files with 239 additions and 211 deletions

View file

@ -52,3 +52,5 @@ map('n', '<Space>bw', '<Cmd>BufferOrderByWindowNumber<CR>', opts)
--NVimTree
map('n', '<C-n>', '<Cmd>NvimTreeToggle<CR>',opts)