diff --git a/plugin/ale.vim b/plugin/ale.vim index 43f3892..20adae6 100644 --- a/plugin/ale.vim +++ b/plugin/ale.vim @@ -68,7 +68,7 @@ let g:ale_lint_on_enter = get(g:, 'ale_lint_on_enter', 1) if g:ale_lint_on_enter augroup ALERunOnEnterGroup autocmd! - call ALEAutoCMD('BufEnter,BufRead', 'ale#Queue(100)') + call ALEAutoCMD('BufEnter,BufRead', 'ale#Queue(300)') augroup END endif