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
- Host: GitHub
- URL: https://github.com/inko-lang/inko.vim
- Owner: inko-lang
- License: mpl-2.0
- Created: 2023-03-15T15:05:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T20:12:30.000Z (over 1 year ago)
- Last Synced: 2025-03-26T23:11:17.616Z (about 1 year ago)
- Topics: inko, neovim, vim
- Language: Vim Script
- Homepage:
- Size: 48.8 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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".