https://github.com/tessarin/vim-minima
Vim support files for Minima routes and more.
https://github.com/tessarin/vim-minima
minima vim vim-syntax
Last synced: 8 months ago
JSON representation
Vim support files for Minima routes and more.
- Host: GitHub
- URL: https://github.com/tessarin/vim-minima
- Owner: tessarin
- License: mit
- Created: 2025-07-17T14:17:31.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-07-17T16:47:11.000Z (8 months ago)
- Last Synced: 2025-07-17T19:29:28.149Z (8 months ago)
- Topics: minima, vim, vim-syntax
- Language: Vim Script
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-minima
Vim support for the [Minima](https://github.com/tessarin/minima) web
framework.
## Features
This plugin provides:
- Syntax highlighting for route files.
- Automatic filetype detection when the filename is _routes.map_.
More features may be added in the future.
## Installation
See [`:h packages`][1]. Example setup using the `plugins` package and
automatic loading:
```sh
mkdir -p ~/.vim/pack/plugins/start
git clone https://github.com/tessarin/vim-minima !$/minima
```
[1]: https://vimhelp.org/repeat.txt.html#packages