An open API service indexing awesome lists of open source software.

https://github.com/inko-lang/inko.vim

Vim and Neovim configuration for Inko
https://github.com/inko-lang/inko.vim

inko neovim vim

Last synced: 12 months ago
JSON representation

Vim and Neovim configuration for Inko

Awesome Lists containing this project

README

          

# inko.vim

A Vim plugin that provides [Inko](https://gitlab.com/inko-lang/inko) file
detection, syntax highlighting, indentation support, and more.

# Installation

Using [vim-plug](https://github.com/junegunn/vim-plug):

1. Add `Plug 'https://gitlab.com/inko-lang/inko.vim.git'` to `~/.vimrc` for Vim,
or add it to `~/.config/nvim/init.vim` for NeoVim
1. Start (Neo)Vim, and run `:PlugInstall`

For other plugin managers such as [Vundle](https://github.com/gmarik/vundle) and
[Pathogen](https://github.com/tpope/vim-pathogen), please refer to your plugin
manager's documentation

# License

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".