Setting up your editor
(Neo)Vim
For Vim and Neovim we provide an official plugin. This plugin adds support for syntax highlighting, file type detection, folding, and indentation.
vim-plug
Plug 'inko-lang/inko.vim'
packer.nvim
use 'inko-lang/inko.vim'
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