Skip to content

Commit

Permalink
Cleanup README a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
pearofducks committed Sep 10, 2015
1 parent 39e245e commit 93a0108
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ Bright (and selective highlight) | Dim
:-----------------------------------:|:-------------------------:
![](http://i.imgur.com/whBOZZK.png) | ![](http://i.imgur.com/XS0T00e.png)

##### installation

Use your favorite plugin manager, or try [vim-plug](https://github.com/junegunn/vim-plug) if you're looking for a really nice one!

**vim-plug:** `Plug 'pearofducks/ansible-vim'`

**vundle:** `Plugin 'pearofducks/ansible-vim'`

## options

##### g:ansible_extra_syntaxes
Expand Down Expand Up @@ -51,16 +59,6 @@ Available flags (this feature is off by default):
- d: *dim* the instances of `name:` found
- b: *brighten* the instances of `name:` found

## installation

Use your favorite plugin manager, or try [vim-plug](https://github.com/junegunn/vim-plug) if you're looking for a really nice one!

##### vim-plug
`Plug 'pearofducks/ansible-vim'`

##### vundle
`Plugin 'pearofducks/ansible-vim'`

## bugs, suggestions/requests, & contributions

##### bugs
Expand Down

0 comments on commit 93a0108

Please sign in to comment.