Awesome
Jai.vim
Syntax highlighting for Jonathan Blow's programming language Jai
<p align="center"> <img width="700" height="393" src="https://upx.cz/2gE"/> </p>Installation
If you use pathogen clone this plugin to ~/.vim/bundle
git clone https://github.com/jansedivy/jai.vim.git ~/.vim/bundle
In general, for other plugin managers you have to add configuration line in ~/.vimrc
.
" vim-plug
Plug 'jansedivy/jai.vim'
" NeoBundle
NeoBundle 'jansedivy/jai.vim'
" Vundle
Plugin 'jansedivy/jai.vim'
Manual installation
- copy files to your
~/.vim
folder