summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-10-05 09:27:03 +0100
committerw0rp <devw0rp@gmail.com>2016-10-05 09:27:03 +0100
commit61dad857a5f22d07226cc393a211039f4fe384c8 (patch)
tree0621a5f4bf12208a293d4fb86fc8e4545d34a26b /README.md
parent322ecedf8f5e57be1aeff96a6d2cd5780b012285 (diff)
downloadale-61dad857a5f22d07226cc393a211039f4fe384c8.zip
Add a very short delay after opening a buffer for running the linter to get it to run more. Increase the delay when typing a bit to reduce juttering.
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 7d3c2e23..ddcb318e 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ vimrc file for all given linters is as follows:
| ------ | ----------- | ------- |
| `g:ale_linters` | a dictionary of linters to whitelist | _not set_ |
| `g:ale_lint_on_text_changed` | lint while typing | `1` |
-| `g:ale_lint_delay` | milliseconds to wait before linting | `100` |
+| `g:ale_lint_delay` | milliseconds to wait before linting | `200` |
| `g:ale_lint_on_enter` | lint when opening a file | `1` |
| `g:ale_lint_on_save` | lint when saving a file | `0` |
| `g:ale_set_loclist` | set the loclist with errors | `1` |