Finally found an expand trigger
This commit is contained in:
parent
73b884288f
commit
70eaddd810
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +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 = '<cr>'
|
||||
let g:UltiSnipsExpandTrigger = '<S-tab>'
|
||||
" }}}
|
||||
" COLORS {{{
|
||||
colorscheme badwolf
|
||||
|
|
Loading…
Add table
Reference in a new issue