File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -231,14 +231,14 @@ function! OnLoadCoc() abort
231
231
endfunction
232
232
233
233
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> "
242
242
243
243
" Goto / references
244
244
nmap <F12> <Plug> (coc-definition)
You can’t perform that action at this time.
0 commit comments