Skip to content

ALE v1.0.0

Compare
Choose a tag to compare
@w0rp w0rp released this 19 Oct 21:56
· 4217 commits to master since this release

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.