Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jjasghar/snipmate-snippets

my snipmate snippets
https://github.com/jjasghar/snipmate-snippets

Last synced: 26 days ago
JSON representation

my snipmate snippets

Awesome Lists containing this project

README

        

# My Snipmate scripts

I love [Snipmate](http://www.vim.org/scripts/script.php?script_id=2540) and discovered there are changes I'd like to make. So I built my own repo here to back it up.

example:
```bash
cd ~/repo
git clone [email protected]:jjasghar/snipmate-snippets.git
cd ~/.vim/snippets
ln -s ~/repo/snipmate-snippets/snippets/chef.snippets ./
```

## Enable
Enable syntax for chef files some like this, add this to your `.vimrc`:
```
autocmd FileType ruby,eruby set filetype=ruby.eruby.chef
```