Skip to content

Commit 48c2b04

Browse files
committed
Add documentation
1 parent 4dc9f00 commit 48c2b04

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)