Add instructions to README
This commit is contained in:
parent
089d1db386
commit
2981b5f460
19
README.md
19
README.md
@ -1,3 +1,22 @@
|
||||
# oulipo.vim
|
||||
|
||||
Syntax higlighting in Vim to assist in avoiding a fifth glyph.
|
||||
|
||||
## Installation
|
||||
|
||||
With a plugin script such as Vundl<64>.vim:
|
||||
|
||||
```vim
|
||||
Plugin 'https://tild<6C>git.org/lucidiot/oulipo.vim'
|
||||
```
|
||||
|
||||
Or with Pathog<6F>n, put it straight into your `~/.vim/bundl<64>` dir:
|
||||
|
||||
```bash
|
||||
git clon<6F> https://tild<6C>git.org/lucidiot/oulipo.vim ~/.vim/bundl<64>/oulipo.vim
|
||||
```
|
||||
|
||||
## Using this plugin
|
||||
|
||||
* With a suffix: `vim anything.oulipo`
|
||||
* With any data: `:s<>t ft=oulipo`
|
||||
|
Loading…
Reference in New Issue
Block a user