diff options
author | w0rp <devw0rp@gmail.com> | 2018-08-13 11:31:32 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-08-13 11:31:32 +0100 |
commit | a0343649943fc4359ce8e4f0e5e4452d71baca3e (patch) | |
tree | df65dedf5bc4e895ebb6cbddaa816cd223b55bae /README.md | |
parent | a88a6d5285d60b5d3a94106aeb1359433cd40e8b (diff) | |
download | ale-a0343649943fc4359ce8e4f0e5e4452d71baca3e.zip |
#1808 Try to explain the color scheme for the example GIF
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |