TOOL » VIM » PLUGIN

Ale

shell
:ALENext  # Next error
:ALEPrevious  # Previous error

## Choosing linters (all by default)
> ftplugin/javascript.vim  # Can be any valid language
let b:ale_linters = ['eslint']