Added coc-diag

This commit is contained in:
Marcin Woźniak 2021-11-20 14:57:44 +01:00
parent d1b6e2c802
commit 659659d8fc
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -190,6 +190,7 @@ set statusline+=\ [%c]
"""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""
let mapleader = "\<Space>" let mapleader = "\<Space>"
nmap <leader>a :CocAction<CR> nmap <leader>a :CocAction<CR>
nmap <leader>d :CocDiagnostics<CR>
nmap <leader>2 :w!<cr> nmap <leader>2 :w!<cr>
" Go to definition " Go to definition