Merge pull request #2625 from ericdwang/update-readme

Update README section about running linters on save
This commit is contained in:
w0rp
2019-06-30 18:17:19 +01:00
committed by GitHub

View File

@@ -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