This commit is contained in:
ManjaroOne666 2018-12-08 09:39:20 +00:00
commit 2537ec5b3a
2 changed files with 2 additions and 1 deletions

2
vimrc
View file

@ -352,7 +352,7 @@ if g:vimrc_load_dev_plugins
let g:UltiSnipsSnippetsDir='~/.vim/UltiSnips'
" Trigger configuration. Do not use <tab> if you use https://github.com/Valloric/YouCompleteMe.
let g:UltiSnipsExpandTrigger='<c-j>'
let g:UltiSnipsExpandTrigger='<tab>'
let g:UltiSnipsJumpForwardTrigger='<tab>'
let g:UltiSnipsJumpBackwardTrigger='<s-tab>'
let g:UltiSnipsEditSplit='horizontal'