Add an example GIF to the README file.

This commit is contained in:
w0rp
2016-10-04 22:38:43 +01:00
parent a95aa97780
commit b99cba7b0c
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,8 @@
ALE (Asynchronous Lint Engine) is a plugin for providing linting in NeoVim
and Vim 8 while you edit your text files.
![linting example](example.gif?raw=true)
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