summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVladimir Marovic <vladimir@marovic.me>2016-09-26 16:55:26 +0200
committerVladimir Marovic <vladimir@marovic.me>2016-09-26 16:55:26 +0200
commit41c3ba17f8e1bcadc1d40039b1ce01e791666602 (patch)
treedb742bcbc1b14ac7fa990a37fde59101ecb27192 /README.md
parent937e9792708bf173aab53bdc7134f47f4db9e603 (diff)
downloadale-41c3ba17f8e1bcadc1d40039b1ce01e791666602.zip
Add option to always show left gutter
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 415b3e16..d247863b 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,14 @@ This plugin will look for linters in the [`ale_linters`](ale_linters) directory.
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
+
+```vim
+let g:ale_sign_column_always = 1
+```
+
+
## Installation
To install this plugin, you should use one of the following methods.