add ibl
This commit is contained in:
parent
9a0b795aa2
commit
ff768eb635
4 changed files with 10 additions and 2 deletions
3
init.vim
3
init.vim
|
@ -23,6 +23,9 @@ let g:blamer_enabled = 1
|
|||
let g:startify_change_to_dir = 0
|
||||
let g:startify_change_to_vcs_root = 1
|
||||
|
||||
inoremap <silent><expr> <UP> coc#pum#visible() ? coc#pum#prev(1) : ""
|
||||
inoremap <silent><expr> <DOWN> coc#pum#visible() ? coc#pum#next(1) : ""
|
||||
|
||||
inoremap <silent><expr> <TAB>
|
||||
\ coc#pum#visible() ? coc#_select_confirm() :
|
||||
\ coc#expandableOrJumpable() ? "\<C-r>=coc#rpc#request('doKeymap', ['snippets-expand-jump',''])\<CR>" :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue