Merge pull request #202 from veelenga/master

Fix typo
This commit is contained in:
Yggdroot
2017-05-12 09:42:47 +08:00
committed by GitHub

View File

@@ -57,7 +57,7 @@ let g:indentLine_conceallevel = 2
You can customize these settings, but the plugin will not function if `conceallevel` is not set to 1 or 2.
If you want to keep your conceal settting, put this line to your vim dotfile:
If you want to keep your conceal setting, put this line to your vim dotfile:
```
let g:indentLine_setConceal = 0
```