summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2019-06-30 18:17:19 +0100
committerGitHub <noreply@github.com>2019-06-30 18:17:19 +0100
commit89f7292138087e1410b2430ae6d359d42e7fe31f (patch)
tree23bcdc65cbb8fa9711522fa949015511a55cb69d
parent65ba4b85ec3011cccb9ea7135183e7fc8d7a0d69 (diff)
parent6feeca793ad7df7e947defac7a9c0f8b70972a0f (diff)
downloadale-89f7292138087e1410b2430ae6d359d42e7fe31f.zip
Merge pull request #2625 from ericdwang/update-readme
Update README section about running linters on save
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 91f0c3ea..fc7ac874 100644
--- a/README.md
+++ b/README.md
@@ -596,6 +596,7 @@ options off.
```vim
" Write this in your vimrc file
let g:ale_lint_on_text_changed = 'never'
+let g:ale_lint_on_insert_leave = 0
" You can disable this option too
" if you don't want linters to run on opening a file
let g:ale_lint_on_enter = 0