summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2022-12-31 15:17:13 +0000
committerGitHub <noreply@github.com>2022-12-31 15:17:13 +0000
commit4872ce2ab430ddfcb123e45dab42778e5a188c63 (patch)
treec079ae0c5c88c01cdd2bef00854b02b3e09027a0
parent1ee863002a1b0a0dff1bf3238e2ee0c02518eee3 (diff)
downloadale-4872ce2ab430ddfcb123e45dab42778e5a188c63.zip
Add new demo video to README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bd58f7c8..0236944b 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ ALE (Asynchronous Lint Engine) is a plugin providing linting (syntax checking
and semantic errors) 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="https://user-images.githubusercontent.com/3518142/59195938-3a81b100-8b85-11e9-8e8d-6a601b1db908.gif" alt="A linting example with the darkspectrum color scheme in GVim." title="A linting example with the darkspectrum color scheme in GVim.">
+<video autoplay="true" muted="true" loop="true" controls="false" src="https://user-images.githubusercontent.com/3518142/210141215-8f2ff760-6a87-4704-a11e-c109b8e9ec41.mp4" title="An example showing what ALE can do."></video>
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