Re: I'd like to use private snippets with UltiSnips.

2020-05-15 Thread Yukiharu YABUKI
Hi, there. I had posted the last article. I found a way how I do. let g:UltiSnipsUsePythonVersion = 3 let g:UltiSnipsExpandTrigger="" let g:UltiSnipsJumpForwardTrigger="" let g:UltiSnipsJumpBackwardTrigger="" let g:UltiSnipsSnippetDirectories=[$HOME.'/myUltiSnips/'] These snippets that I made ma

I'd like to use private snippets with UltiSnips.

2020-05-14 Thread Yukiharu YABUKI
Hello, Debian folks. I am confusing that I wasn't able to achieve to use private snippets with UltiSnips. Vim with UltiSnips works fine basically. Then I advanced next step. I tried time and lorem can expand. Then I did $ cp /var/lib/vim/addons/UltiSnips/all.snippets \ ~/myUltiSnips/changelog.s