|
|
|
@ -304,3 +304,10 @@ let g:UltiSnipsEditSplit = "horizontal"
|
|
|
|
|
let g:UltiSnipsExpandTrigger = "<tab>" |
|
|
|
|
let g:UltiSnipsJumpForwardTrigger = "<tab>" |
|
|
|
|
let g:UltiSnipsJumpBackwardTrigger = "<s-tab>" |
|
|
|
|
|
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|
" Lastly, load configurations available only to this computer |
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|
if filereadable(expand("~/.vim/local.vim")) |
|
|
|
|
source ~/.vim/local.vim |
|
|
|
|
endif |
|
|
|
|