summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVladimir Marovic <vladimir@marovic.me>2016-09-26 17:41:22 +0200
committerVladimir Marovic <vladimir@marovic.me>2016-09-26 17:41:22 +0200
commitbad240d659ea9ce063d7f8599de1573d1e87646a (patch)
treed396fce660cb5a46e61ef879bfb2d329fb3656b6 /README.md
parente256cd6be9108c10aa23cc7af83c7f6ac4721d9f (diff)
downloadale-bad240d659ea9ce063d7f8599de1573d1e87646a.zip
Fix readme file
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d247863b..c71b408a 100644
--- a/README.md
+++ b/README.md
@@ -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