summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-08-13 11:31:32 +0100
committerw0rp <devw0rp@gmail.com>2018-08-13 11:31:32 +0100
commita0343649943fc4359ce8e4f0e5e4452d71baca3e (patch)
treedf65dedf5bc4e895ebb6cbddaa816cd223b55bae
parenta88a6d5285d60b5d3a94106aeb1359433cd40e8b (diff)
downloadale-a0343649943fc4359ce8e4f0e5e4452d71baca3e.zip
#1808 Try to explain the color scheme for the example GIF
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index cd11d323..56356c76 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,11 @@ ALE (Asynchronous Lint Engine) is a plugin for providing linting in NeoVim
0.2.0+ and Vim 8 while you edit your text files, and acts as a Vim
[Language Server Protocol](https://langserver.org/) client.
-![linting example](img/example.gif?raw=true)
+<img
+ src="img/example.gif?raw=true"
+ alt="A linting example with the darkspectrum color scheme in GVim."
+ title="A linting example with the darkspectrum color scheme in GVim."
+>
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