File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -231,14 +231,14 @@ function! OnLoadCoc() abort
231231 endfunction
232232
233233 inoremap <silent> <expr> <TAB>
234- \ coc#pum#visible() ? coc#pum#next(1) :
235- \ s: CheckBackspace() ? "\<Tab> " :
236- \ coc#refresh()
237-
238- inoremap <expr> <S-TAB> coc#pum#visible() ? coc#pum#prev(1) : "\<C-h> "
239- inoremap <silent> <expr> <CR>
240- \ coc#pum#visible() ? coc#pum#confirm() :
241- \ "\<C-g> u\<CR> \<c-r> =coc#on_enter()\<CR> "
234+ \ coc#pum#visible() ? coc#pum#next(1):
235+ \ CheckBackspace() ? "\<Tab> " :
236+ \ coc#refresh()
237+ inoremap <expr> <S-TAB>
238+ \ coc#pum#visible() ? coc#pum#prev(1) : "\<C-h> "
239+ inoremap <silent> <expr> <CR>
240+ \ coc#pum#visible() ? coc#pum#confirm()
241+ \ : "\<C-g> u\<CR> \<c-r> =coc#on_enter()\<CR> "
242242
243243 " Goto / references
244244 nmap <F12> <Plug> (coc-definition)
You can’t perform that action at this time.
0 commit comments