Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 916 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 916 Bytes

Vim Iolang

Vim Support for the Io Programming Language.

Installation

Vim Package

$ mkdir -p ~/.vim/pack/vim-iolang/start
$ cd ~/.vim/pack/vim-iolang/start
$ git clone https://github.com/Prajjwal/vim-iolang.git

Pathogen

$ cd ~/.vim/bundle
$ git clone https://github.com/Prajjwal/vim-iolang.git

Alternatively, if you have your ~/.vim checked into git, add vim-iolang as a submodule:

git submodule add https://github.com/Prajjwal/vim-iolang.git path/to/bundle/vim-iolang

Manual

Download the latest zip here, and copy contents to ~/.vim.

Download

Notes

Uses the official syntax highlighter from here.

Author

Prajjwal Singh sin@prajjwal.com

License

MIT License.