|
|
@ -96,8 +96,11 @@ |
|
|
|
endif |
|
|
|
|
|
|
|
" Plugin - Vim Snippets (UltiSnips) |
|
|
|
let g:UltiSnipsExpandTrigger="<tab>" |
|
|
|
let g:UltiSnipsListSnippets="<c-l>" " list all snippets for current filetype |
|
|
|
let g:UltiSnipsSnippetDirectories=["UltiSnips", $HOME.'/.vim/snippets/'] " Add custom snippets |
|
|
|
let g:UltiSnipsExpandTrigger="<tab>" |
|
|
|
let g:UltiSnipsListSnippets="<c-l>" " list all snippets for current filetype |
|
|
|
let g:UltiSnipsJumpForwardTrigger="<c-j>" |
|
|
|
let g:UltiSnipsJumpBackwardTrigger="<c-k>" |
|
|
|
|
|
|
|
" Plugin - vim-surround |
|
|
|
" This allows for surrounding test with something |
|
|
|