Editor integration
Vim/Neovim
For Vim and Neovim we provide an official plugin. This plugin adds support for syntax highlighting, file type detection, folding, and indentation.
To use this plugin, add the following to your .vimrc
or init.lua
(if you're
using Neovim):
Plug 'https://gitlab.com/inko-lang/inko.vim.git'
use 'https://gitlab.com/inko-lang/inko.vim.git'
Visual Studio Code
An official extension for Visual Studio Code is provided here. To install it, open VS Code's Quick Open window (Ctrl+P) and run the following:
ext install inko-lang.inko