summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-10-04 22:38:43 +0100
committerw0rp <devw0rp@gmail.com>2016-10-04 22:38:43 +0100
commitb99cba7b0c8a31724f968519c7efa6d6033e939a (patch)
treeea6b3e54dae02894c896a9b53d337019bc43bed6 /README.md
parenta95aa97780ad4df7b57c6a95cb904a434841a6bc (diff)
downloadale-b99cba7b0c8a31724f968519c7efa6d6033e939a.zip
Add an example GIF to the README file.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5bdee892..d75a4297 100644
--- a/README.md
+++ b/README.md
@@ -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