Go to file
w0rp 08ed282ac8 Add a linter rule for Python code. 2016-09-13 22:23:37 +01:00
ale_linters Add a linter rule for Python code. 2016-09-13 22:23:37 +01:00
plugin/ale Add support for defining linters where the command that is run is determined by a callback. 2016-09-11 16:49:55 +01:00
.gitignore Ignore more files. 2016-09-09 22:47:54 +01:00
LICENSE Add linting with eslint in NeoVim, with a few bugs. 2016-09-09 00:23:26 +01:00
README.md Update the readme now the bugs have been removed. 2016-09-09 22:49:18 +01:00

README.md

ALE - Asynchronous Lint Engine

ALE (Asynchronous Lint Engine) is a plugin for providing linting in NeoVim and Vim 8 while you edit your text files.

ALE makes use of NeoVim and Vim 8 job control functions and timers to run linters on the contents of text buffers and return errors as text is changed in Vim. This allows for displaying warnings and errors in files being edited in Vim before file has been saved back to disk.

NOTE: This Vim plugin has been written pretty quickly so far, and is still in rapid development. Documentation and stable APIs will follow later.

Known Bugs

(None at the moment)