diff options
author | Vladimir Marovic <vladimir@marovic.me> | 2016-09-26 16:55:26 +0200 |
---|---|---|
committer | Vladimir Marovic <vladimir@marovic.me> | 2016-09-26 16:55:26 +0200 |
commit | 41c3ba17f8e1bcadc1d40039b1ce01e791666602 (patch) | |
tree | db742bcbc1b14ac7fa990a37fde59101ecb27192 /README.md | |
parent | 937e9792708bf173aab53bdc7134f47f4db9e603 (diff) | |
download | ale-41c3ba17f8e1bcadc1d40039b1ce01e791666602.zip |
Add option to always show left gutter
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |