mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:40:05 +08:00
Fix up
This commit is contained in:
parent
802e57bcb2
commit
83568afc5f
@ -121,6 +121,10 @@ function! SpaceVim#layers#autocomplete#config() abort
|
||||
elseif g:spacevim_snippet_engine ==# 'ultisnips'
|
||||
imap <silent><expr><TAB> SpaceVim#mapping#tab()
|
||||
imap <silent><expr><S-TAB> SpaceVim#mapping#shift_tab()
|
||||
snoremap <silent> <TAB>
|
||||
\ <ESC>:call UltiSnips#JumpForwards()<CR>
|
||||
snoremap <silent> <S-TAB>
|
||||
\ <ESC>:call UltiSnips#JumpBackwards()<CR>
|
||||
else
|
||||
endif
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user