fix tab
This commit is contained in:
parent
1d1b604f61
commit
13408cacac
4
init.vim
4
init.vim
|
@ -36,9 +36,9 @@ autocmd FileType fzf tnoremap <buffer><silent><ESC> <ESC>
|
||||||
|
|
||||||
inoremap <silent><expr> <TAB>
|
inoremap <silent><expr> <TAB>
|
||||||
\ coc#pum#visible() ? coc#_select_confirm() :
|
\ coc#pum#visible() ? coc#_select_confirm() :
|
||||||
\ coc#expandableOrJumpable() ? "\<C-r>=coc#rpc#request('doKeymap', ['snippets-expand-jump',''])\<CR>" :
|
|
||||||
\ CheckBackspace() ? "\<TAB>" :
|
\ CheckBackspace() ? "\<TAB>" :
|
||||||
\ coc#refresh()
|
\ coc#expandableOrJumpable() ? "\<C-r>=coc#rpc#request('doKeymap', ['snippets-expand-jump',''])\<CR>" :
|
||||||
|
\ "\<TAB>"
|
||||||
|
|
||||||
function! CheckBackspace() abort
|
function! CheckBackspace() abort
|
||||||
let col = col('.') - 1
|
let col = col('.') - 1
|
||||||
|
|
Loading…
Reference in a new issue