Skip to content

lefilament/vim-odoo-snippets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

vim-odoo-snippets

This repository contains snippets files for Odoo, for the famous coc-snippets plugin for Vim.

Note

This work is derived from module made for UltiSnips

How to install

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

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)

Releases

No releases published

Packages

No packages published

Languages

  • Vim Snippet 100.0%