Skip to content

Commit 62109e6

Browse files
committed
add read me
1 parent 4fd97bd commit 62109e6

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
vim-openobject-snippets
2+
====================
3+
4+
This repository contains snippets files for OpenObject, for the famous [snipmate](https://github.com/garbas/vim-snipmate) plugin for Vim.
5+
6+
How to install
7+
-------------
8+
Using [Vundle](https://github.com/gmarik/vundle)
9+
-------------
10+
11+
```VimL
12+
Install snipmate dependencies:
13+
Bundle "MarcWeber/vim-addon-mw-utils"
14+
Bundle "tomtom/tlib_vim"
15+
Bundle "snipmate-snippets"
16+
17+
Install snipmate:
18+
Bundle "garbas/vim-snipmate"
19+
20+
Install :
21+
Bundle "sebastienbeau/vim-openobject-snippets"
22+
23+
And :BundleInstall
24+
```
25+
Contribution
26+
-------------
27+
28+
If you would like to contribute to this project, then just fork it in github and send a pull request.
29+
30+
License
31+
-------------
32+
33+
The source code and the config files are released under "THE BEER-WARE" license. http://en.wikipedia.org/wiki/Beerware ;) (if possible belgium beer, the best of the world)
34+

0 commit comments

Comments
 (0)