You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know vimscript but I find that from ale(another linting plugin). if g:ale_lint_on_enter autocmd BufWinEnter * call ale#events#LintOnEnter(str2nr(expand('<abuf>'))) " Track when the file is changed outside of Vim. autocmd FileChangedShellPost * call ale#events#FileChangedEvent(str2nr(expand('<abuf>'))) endif
Is it possible to automatically run diagnostics on open & write?
Is it possible to sort the output by error severity or which checker generated the alert?
Looking to get behavior similar to syntastic.
The text was updated successfully, but these errors were encountered: