summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-06-10 13:43:49 +0100
committerw0rp <devw0rp@gmail.com>2019-06-10 13:43:53 +0100
commitfea666bd27a0e2eb41868f30ae23121c72f4fe65 (patch)
tree227f419371bdcba0fcc1ccbe6c6ae0b39f3df196
parent730752523b31167909a2c895b35eb1051cbfbb39 (diff)
downloadale-fea666bd27a0e2eb41868f30ae23121c72f4fe65.zip
Move images to a GitHub issue
-rw-r--r--README.md6
-rw-r--r--img/echo.pngbin5154 -> 0 bytes
-rw-r--r--img/example.gifbin4366986 -> 0 bytes
-rw-r--r--img/issues.pngbin1008 -> 0 bytes
-rw-r--r--img/logo.jpgbin26534 -> 0 bytes
-rw-r--r--img/no_issues.pngbin956 -> 0 bytes
6 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 64a80ef2..340ccb4d 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
# Asynchronous Lint Engine [![Travis CI Build Status](https://travis-ci.com/w0rp/ale.svg?branch=master)](https://travis-ci.com/w0rp/ale) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/r0ef1xu8xjmik58d/branch/master?svg=true)](https://ci.appveyor.com/project/w0rp/ale) [![Join the chat at https://gitter.im/vim-ale/Lobby](https://badges.gitter.im/vim-ale/Lobby.svg)](https://gitter.im/vim-ale/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-![ALE Logo by Mark Grealish - https://www.bhalash.com/](img/logo.jpg?raw=true)
+![ALE Logo by Mark Grealish - https://www.bhalash.com/](https://user-images.githubusercontent.com/3518142/59195920-2c339500-8b85-11e9-9c22-f6b7f69637b8.jpg)
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="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="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.">
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
@@ -541,7 +541,7 @@ let g:ale_echo_msg_format = '[%linter%] %s [%severity%]'
Will give you:
-![Echoed message](img/echo.png)
+![Echoed message](https://user-images.githubusercontent.com/3518142/59195927-348bd000-8b85-11e9-88b6-508a094f1548.png)
See `:help g:ale_echo_msg_format` for more information.
diff --git a/img/echo.png b/img/echo.png
deleted file mode 100644
index 671a66b2..00000000
--- a/img/echo.png
+++ /dev/null
Binary files differ
diff --git a/img/example.gif b/img/example.gif
deleted file mode 100644
index 1e443bf6..00000000
--- a/img/example.gif
+++ /dev/null
Binary files differ
diff --git a/img/issues.png b/img/issues.png
deleted file mode 100644
index 7415d039..00000000
--- a/img/issues.png
+++ /dev/null
Binary files differ
diff --git a/img/logo.jpg b/img/logo.jpg
deleted file mode 100644
index 1d8468db..00000000
--- a/img/logo.jpg
+++ /dev/null
Binary files differ
diff --git a/img/no_issues.png b/img/no_issues.png
deleted file mode 100644
index 397804ea..00000000
--- a/img/no_issues.png
+++ /dev/null
Binary files differ