Syntax and indent files for Chaos.
Run the following:
$ mkdir -p ~/.vim/pack/plugins/start \
&& cd ~/.vim/pack/plugins/start
$ git clone https://github.com/chaos-lang/chaos.vim
Run the following:
$ mkdir -p ~/.local/share/nvim/site/pack/plugins/start \
&& cd ~/.local/share/nvim/site/pack/plugins/start
$ git clone https://github.com/chaos-lang/chaos.vim
Add the Plug
command to your .vimrc:
call plug#begin('~/.vim/plugged')
" Add this line
Plug 'chaos-lang/chaos.vim'
call plug#end()
Next, restart vim and run:
:PlugInstall
Licensed under the terms of the GNU Public License v3.0.