diff options
author | Guangxiong Lin <[email protected]> | 2023-09-17 11:11:51 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-09-17 11:12:18 +0800 |
commit | 90a1f06a74bf94e7f4d674f6dad592ee74753a26 (patch) | |
tree | ed7890ea21595578bd0ec66adb5b108437e46a85 | |
parent | a00bf6ec18534df2bd780b778a130c2329386a80 (diff) | |
download | dotfiles-90a1f06a74bf94e7f4d674f6dad592ee74753a26.tar.gz dotfiles-90a1f06a74bf94e7f4d674f6dad592ee74753a26.tar.bz2 dotfiles-90a1f06a74bf94e7f4d674f6dad592ee74753a26.zip |
Update ultisnips directories
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .vim/after/plugin/ultisnips.vim | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,7 @@ .DS_Store .tags compile_commands.json +UltiSnips.local .cache *~ diff --git a/.vim/after/plugin/ultisnips.vim b/.vim/after/plugin/ultisnips.vim index dd4491a..e6e3726 100644 --- a/.vim/after/plugin/ultisnips.vim +++ b/.vim/after/plugin/ultisnips.vim @@ -2,4 +2,6 @@ let g:UltiSnipsExpandTrigger='<c-j>' let g:UltiSnipsJumpForwardTrigger='<c-j>' let g:UltiSnipsJumpBackwardTrigger='<c-k>' +let g:UltiSnipsSnippetDirectories = [ 'UltiSnips', 'UltiSnips.local' ] + packadd ultisnips |