Created
October 9, 2020 08:59
-
-
Save YannickFricke/f37db6f4f5df7f6950c12e38f67ef5a6 to your computer and use it in GitHub Desktop.
CoC code fix nvim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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