From 34553202794feacabbaf57aec06416a45d441b24 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Fri, 16 Dec 2022 13:36:52 -0800 Subject: [PATCH] Added ctrl+space autocomplete setting --- rsrcs/.vimrc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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