diff options
author | w0rp <devw0rp@gmail.com> | 2018-08-13 11:31:54 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-08-13 11:31:54 +0100 |
commit | 41791778302b51423684b74b8170702cda16cc90 (patch) | |
tree | 1ec7af27e6f6e480d0830d65860a363423b9b8dd /README.md | |
parent | a0343649943fc4359ce8e4f0e5e4452d71baca3e (diff) | |
download | ale-41791778302b51423684b74b8170702cda16cc90.zip |
Try again
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -7,11 +7,7 @@ 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. -<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." -> +<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 |