1
0

Assign keymap to CoC fix

This commit is contained in:
2024-05-22 17:24:50 +02:00
parent 9fc01c6cea
commit b2679b0e54

View File

@@ -78,6 +78,7 @@ augroup END
" Use `[g` and `]g` to navigate diagnostics
nmap <silent> [g <Plug>(coc-diagnostic-prev)
nmap <silent> ]g <Plug>(coc-diagnostic-next)
nmap <silent> ]f <Plug>(coc-fix-current)
" syntax highlighting
syntax on