Skip to content

gglanzani/ultisnips-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

ultisnips-snippets

These are my snippets, to be used with Ultisnips. If you are using pathogen or vundle you can do the following to use only these snippets, instead of the ones coming with Ultisnips:

Pathogen

cd .vim
git clone https://github.com/gglanzani/ultisnips-snippets.git bundle/snippets

and then add

let g:UltiSnipsSnippetDirectories=["my_snippets"]

to the bottom of your .vimrc

Vundle

Add to your .vimrc

Bundle 'gglanzani/ultisnips-snippets.git'
let g:UltiSnipsSnippetDirectories=["my_snippets"]

and then launch vim like so

vim +BundleInstall +qall

That should be it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published