GitXplorerGitXplorer
g

ultisnips-snippets

public
1 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
aa9598471325d2dd19c1151a3e982c5cfcee63d9

Add `doc` snippet to python

ggglanzani committed 11 years ago
Unverified
2312dfa020fce4fccb85cd0ff331e824fb3c44e2

Always expand the "math" snippets.

ggglanzani committed 12 years ago
Unverified
751bc07f3874baf1cc5269d13648b821680fd486

updated README.md

ggglanzani committed 12 years ago
Unverified
bb5406b78e1944c736f1d52a3dec8d3d77e6744e

fix bug in tex.snippets

ggglanzani committed 12 years ago
Unverified
549741851ff31dcb81fe372a966b94c6d769a026

snippets restored to what they were before

ggglanzani committed 12 years ago
Unverified
27558f510964fe7d201083dc071f82e2a8723ae5

Initial commit

ggglanzani committed 12 years ago

README

The README file for this repository.

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.