1
0
Fork
You've already forked minim.vim
0
Minim language syntax for vim/nvim
  • Vim Script 100%
Find a file
2026年07月04日 23:11:51 +02:00
ftdetect chg: Rename minc to minim. Add .zm to the filetypes 2024年06月22日 18:04:18 +02:00
ftplugin rmv: Deprecated functionality no longer relevant. Only syntax is left. 2024年05月25日 05:11:18 +02:00
syntax rmv: Nimscript highlight removed for Minim 2026年07月04日 23:11:51 +02:00
license.md doc: Update documentation files 2024年05月25日 05:10:36 +02:00
readme.md doc: Update name on the readme 2026年04月15日 05:52:49 +02:00

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