Last active
November 25, 2018 02:51
-
-
Save sinetoami/ec0b77aa43cb5c1df768aae7098d6f29 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" when try to jumpbackward remember to the performance optimization on vim-snippets | |
" follow this issue to cleary understand: | |
" https://github.com/SirVer/ultisnips/issues/543 | |
" to edit some snippet, remember to set g:UltiSnipsSnippetDirectories variable. | |
let g:snips_path = "~/.nvim/plugged/vim-snippets" | |
let g:UltiSnipsSnippetDirectories = [g:snips_path.'/UltiSnips/', 'UltiSnips'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment