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

https://github.com/akretion/vim-odoo-snippets

Vim snippets for Odoo
https://github.com/akretion/vim-odoo-snippets

Last synced: about 1 year ago
JSON representation

Vim snippets for Odoo

Awesome Lists containing this project

README

          

vim-odoo-snippets
========================

This repository contains snippets files for Odoo, for the famous [UltiSnips](https://github.com/sirver/UltiSnips) plugin for Vim.

How to install
-------------
Using [Vundle](https://github.com/gmarik/vundle)
-------------

Add the following code in your vimrc
```Vim
" Install UltiSnips
Plugin 'SirVer/ultisnips'

" Install Odoo snippet
Plugin 'akretion/vim-odoo-snippets"

```

Then run

```Vim
:PluginInstall
```

Contribution
-------------

If you would like to contribute to this project, then just fork it in github and send a pull request.

License
-------------

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)