diff --git a/vimrc b/vimrc index 3d85930b0b7275b134cb8eab1259b0f55c7d9b87..f2b0f1c8eb2c26a4a988d25b87268eeac458ed26 100644 --- a/vimrc +++ b/vimrc @@ -1,3 +1,5 @@ +let mapleader = "\" + call plug#begin() Plug 'tpope/vim-sensible' Plug 'tpope/vim-commentary' @@ -22,10 +24,11 @@ nnoremap :copen nnoremap :CtrlP nnoremap :CtrlPBuffer -nmap [g (coc-diagnostic-prev) -nmap ]g (coc-diagnostic-next) -nmap gd (coc-definition) -nmap gy (coc-type-definition) -nmap gi (coc-implementation) -nmap gr (coc-references) +nmap [g (coc-diagnostic-prev) +nmap ]g (coc-diagnostic-next) +nmap gd (coc-definition) +nmap gy (coc-type-definition) +nmap gi (coc-implementation) +nmap gr (coc-references) +nmap cf (coc-fix-current)