Skip to content

Instantly share code, notes, and snippets.

@YannickFricke
Created October 9, 2020 08:59
Show Gist options
  • Save YannickFricke/f37db6f4f5df7f6950c12e38f67ef5a6 to your computer and use it in GitHub Desktop.
Save YannickFricke/f37db6f4f5df7f6950c12e38f67ef5a6 to your computer and use it in GitHub Desktop.
CoC code fix nvim
"Remap keys for applying codeAction to the current line.
nmap <a-cr> <Plug>(coc-codeaction)
"Apply AutoFix to problem on the current line.
nmap <leader>qf <Plug>(coc-fix-current)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment