Added ctrl+space autocomplete setting

This commit is contained in:
Nickiel12 2022-12-16 13:36:52 -08:00
parent 3213326fae
commit 3455320279

View file

@ -38,11 +38,7 @@ filetype plugin indent on
endfunction
" Use <c-space> to trigger completion.
if has('nvim')
inoremap <silent><expr> <c-space> coc#refresh()
else
inoremap <silent><expr> <c-@> coc#refresh()
endif
inoremap <silent><expr> <c-space> coc#refresh()
" Use `[g` and `]g` to navigate diagnostics