ALE v1.0.0
This is the initial stable release of ALE, the asynchronous linting engine for Vim.
Features Implemented
- ALE will run a variety of linters for various programming languages. For a full list of supported linters, please consult the help file.
- ALE will update the loclist when errors/warnings are found.
- ALE will echo messages when the cursor moves over warnings or errors.
- ALE will show signs in the sign gutter when errors or warnings are found.
- ALE supports functions for showing statuses in the statusline, with some integration with vim-airline.