diff options
author | w0rp <devw0rp@gmail.com> | 2016-10-04 22:38:43 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-10-04 22:38:43 +0100 |
commit | b99cba7b0c8a31724f968519c7efa6d6033e939a (patch) | |
tree | ea6b3e54dae02894c896a9b53d337019bc43bed6 | |
parent | a95aa97780ad4df7b57c6a95cb904a434841a6bc (diff) | |
download | ale-b99cba7b0c8a31724f968519c7efa6d6033e939a.zip |
Add an example GIF to the README file.
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | example.gif | bin | 0 -> 3461005 bytes |
2 files changed, 2 insertions, 0 deletions
@@ -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 diff --git a/example.gif b/example.gif Binary files differnew file mode 100644 index 00000000..1ad8f75b --- /dev/null +++ b/example.gif |