Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jjasghar/snipmate-snippets
- Owner: jjasghar
- Created: 2013-12-11T18:29:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-14T19:19:17.000Z (almost 11 years ago)
- Last Synced: 2023-03-22T23:17:14.575Z (over 1 year ago)
- Homepage:
- Size: 125 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```