Skip to content

chaos-lang/chaos.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chaos.vim

Syntax and indent files for Chaos.

Installation

If using Vim:

Run the following:

$ mkdir -p ~/.vim/pack/plugins/start \
    && cd ~/.vim/pack/plugins/start
$ git clone https://github.com/chaos-lang/chaos.vim

If using Neovim:

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

If using vim-plug:

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.

Releases

No releases published

Packages

No packages published