A Vim plugin that provides Inko file detection, syntax highlighting, indentation support, and more.
Using vim-plug:
- Add
Plug 'https://gitlab.com/inko-lang/inko.vim.git'
to~/.vimrc
for Vim, or add it to~/.config/nvim/init.vim
for NeoVim - Start (Neo)Vim, and run
:PlugInstall
For other plugin managers such as Vundle and Pathogen, please refer to your plugin manager's documentation
All source code in this repository is licensed under the Mozilla Public License version 2.0, unless stated otherwise. A copy of this license can be found in the file "LICENSE".