This repository contains snippets files for Odoo, for the famous coc-snippets plugin for Vim.
This work is derived from module made for UltiSnips
Using Vim-Plug
Add the following code in your vimrc
" Install CoC
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Then copy the current snippets files from ultisnips directory to ~/.config/coc/ultisnips
cp ultisnips/*.snippets ~/.config/coc/ultisnips/
Then run
:PluginInstall
:CocInstall coc-snippets
If you would like to contribute to this project, then just fork it in GitHub and send a pull request.
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)