From 3b07f99d94dc1dbd7a9102594f85aec6d98db89b Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Tue, 21 Dec 2021 18:54:56 -0500 Subject: [PATCH] Adding the ultisnips options --- dot_vim/vimrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dot_vim/vimrc b/dot_vim/vimrc index 17f3e64..47ee8f4 100644 --- a/dot_vim/vimrc +++ b/dot_vim/vimrc @@ -96,8 +96,11 @@ endif " Plugin - Vim Snippets (UltiSnips) - let g:UltiSnipsExpandTrigger="" - let g:UltiSnipsListSnippets="" " list all snippets for current filetype + let g:UltiSnipsSnippetDirectories=["UltiSnips", $HOME.'/.vim/snippets/'] " Add custom snippets + let g:UltiSnipsExpandTrigger="" + let g:UltiSnipsListSnippets="" " list all snippets for current filetype + let g:UltiSnipsJumpForwardTrigger="" + let g:UltiSnipsJumpBackwardTrigger="" " Plugin - vim-surround " This allows for surrounding test with something