Minim language syntax for vim/nvim
- Vim Script 100%
| ftdetect |
chg: Rename minc to minim. Add .zm to the filetypes
|
|
| ftplugin | rmv: Deprecated functionality no longer relevant. Only syntax is left. | |
| syntax | rmv: Nimscript highlight removed for Minim | |
| license.md | doc: Update documentation files | |
| readme.md | doc: Update name on the readme | |
Minim language support for Vim
This provides minimal Minim and Nim language support for Vim:
- Syntax highlighting
- Configuration options
- Filetype autocommands
Installation
Installing minim.vim is the same as installing any other package with a package manager.
Use your favorite manager, and follow their instructions for how to set it up.
Source
The source of this script comes from https://github.com/zah/nim.vim,
which comes mainly from http://www.vim.org/scripts/script.php?script_id=2632,
which comes from a modified python.vim (http://www.vim.org/scripts/script.php?script_id=790).