diff --git a/rsrcs/.vimrc b/rsrcs/.vimrc index e4d91ad..4f86792 100644 --- a/rsrcs/.vimrc +++ b/rsrcs/.vimrc @@ -38,11 +38,7 @@ filetype plugin indent on endfunction " Use to trigger completion. - if has('nvim') - inoremap coc#refresh() - else - inoremap coc#refresh() - endif + inoremap coc#refresh() " Use `[g` and `]g` to navigate diagnostics