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
- Host: GitHub
- URL: https://github.com/akretion/vim-odoo-snippets
- Owner: akretion
- Created: 2013-03-11T23:11:11.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-10-28T17:20:17.000Z (over 2 years ago)
- Last Synced: 2025-04-12T06:05:35.279Z (about 1 year ago)
- Language: Vim Snippet
- Homepage:
- Size: 91.8 KB
- Stars: 12
- Watchers: 1
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS
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)