Fix readme file

This commit is contained in:
Vladimir Marovic 2016-09-26 17:41:22 +02:00
parent e256cd6be9
commit bad240d659
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ Each directory within corresponds to a particular filetype in Vim, and each file
in each directory corresponds to the name of a particular linter.
### Always showing gutter
To prevent left gutter to disappear when there is no errors set
You can keep the sign gutter open at all times by setting the g:ale_sign_column_always to 1
```vim
let g:ale_sign_column_always = 1