Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dodie committed Apr 20, 2017
1 parent 18b33fe commit 577e04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,7 +6,7 @@ This Vim plugin disapproves deeply indented code.
![Disapproval in action](https://github.com/dodie/vim-disapprove-deep-indentation/blob/master/tty.gif "Disapproval")

By default, it shows ```ಠ_ಠ``` at the beginning of each line that is indented at least 5 levels.
It can be configured by with the following variables (setting them to 0 disables the feature):
It can be configured with the following variables (setting them to 0 disables the feature):

```
let g:LookOfDisapprovalTabThreshold=5
Expand All @@ -16,7 +16,7 @@ let g:LookOfDisapprovalSpaceThreshold=(&tabstop*5)
![Disapproval in action](https://github.com/dodie/vim-disapprove-deep-indentation/blob/master/screenshot.png "Disapproval")


##Installation
## Installation

You can easily install this Plugin with
[Pathogen](https://github.com/tpope/vim-pathogen) or
Expand Down

0 comments on commit 577e04f

Please sign in to comment.