Kivy syntax highlighting. Credits to tshirtman, i borrowed all of this code from here. I only packaged it as plugin for easy installation.
Probably any plugin manager will work.
With vim-plug:
Plug 'farfanoide/vim-kivy'
With Vundle:
Plugin 'farfanoide/vim-kivy'
With dein:
call dein#add('farfanoide/vim-kivy')
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request