Created
April 14, 2019 18:58
-
-
Save ctaylo21/ab21909ca01b5234cc0e72e323b6a6a7 to your computer and use it in GitHub Desktop.
coc.nvim settings for Jarvis
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
" === coc.nvim === " | |
nmap <silent> <leader>dd <Plug>(coc-definition) | |
nmap <silent> <leader>dr <Plug>(coc-references) | |
nmap <silent> <leader>dj <Plug>(coc-implementation) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment