We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc9f00 commit 48c2b04Copy full SHA for 48c2b04
README.md
@@ -0,0 +1,25 @@
1
+# vim-minima
2
+
3
+Vim support for the [Minima](https://github.com/tessarin/minima) web
4
+framework.
5
6
+## Features
7
8
+This plugin provides:
9
10
+- Syntax highlighting for route files.
11
+- Automatic filetype detection when the filename is _routes.map_.
12
13
+More features may be added in the future.
14
15
+## Installation
16
17
+See [`:h packages`][1]. Example setup using the `plugins` package and
18
+automatic loading:
19
20
+```sh
21
+mkdir -p ~/.vim/pack/plugins/start
22
+git clone https://github.com/tessarin/vim-minima !$/minima
23
+```
24
25
+[1]: https://vimhelp.org/repeat.txt.html#packages
0 commit comments