Increase the delay for linting on entering a buffer.
This commit is contained in:
parent
629e6a3675
commit
a6ca60203f
@ -68,7 +68,7 @@ let g:ale_lint_on_enter = get(g:, 'ale_lint_on_enter', 1)
|
|||||||
if g:ale_lint_on_enter
|
if g:ale_lint_on_enter
|
||||||
augroup ALERunOnEnterGroup
|
augroup ALERunOnEnterGroup
|
||||||
autocmd!
|
autocmd!
|
||||||
call ALEAutoCMD('BufEnter,BufRead', 'ale#Queue(100)')
|
call ALEAutoCMD('BufEnter,BufRead', 'ale#Queue(300)')
|
||||||
augroup END
|
augroup END
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user