diff options
Diffstat (limited to 'init.vim')
| -rw-r--r-- | init.vim | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -303,8 +303,8 @@ function! s:check_back_space() abort return !col || getline('.')[col - 1] =~# '\s' endfunction -" Use <c-space> to trigger completion. -inoremap <silent><expr> <c-space> coc#refresh() +" Use <c-o> to trigger completion. +inoremap <silent><expr> <c-o> coc#refresh() " Use <cr> to confirm completion, `<C-g>u` means break undo chain at current " position. Coc only does snippet and additional edit on confirm. |
