mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
Added ctrl+space autocomplete setting
This commit is contained in:
parent
3213326fae
commit
3455320279
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue