UltiSnips expand trigger conflicts with autocompletion
This commit is contained in:
parent
dc767b870a
commit
73b884288f
1 changed files with 1 additions and 3 deletions
|
@ -105,9 +105,7 @@ let g:vimtex_view_method = 'zathura'
|
|||
let g:vimtex_quickfix_autoclose_after_keystrokes = 2
|
||||
let g:vimtex_quickfix_open_on_warning = 0
|
||||
|
||||
let g:UltiSnipsExpandTrigger = '<tab>'
|
||||
let g:UltiSnipsJumpForwardTrigger = '<c-b>'
|
||||
let g:UltiSnipsJumpBackwardTrigger = '<c-z>'
|
||||
let g:UltiSnipsExpandTrigger = '<cr>'
|
||||
" }}}
|
||||
" COLORS {{{
|
||||
colorscheme badwolf
|
||||
|
|
Loading…
Add table
Reference in a new issue