From: newtonne <14221622+newtonne@users.noreply.github.com> Date: Sun, 14 May 2023 13:06:32 +0000 (+0100) Subject: Link to unit test results from README rather than image X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=dd618ebe71bc1cb0b195b1c89e75b195163f510e;p=vim-lsp.git Link to unit test results from README rather than image --- diff --git a/README.md b/README.md index 28527cb..46674bb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![unit-tests](https://github.com/yegappan/lsp/workflows/unit-tests/badge.svg?branch=main) +[![unit-tests](https://github.com/yegappan/lsp/workflows/unit-tests/badge.svg?branch=main)](https://github.com/yegappan/lsp/actions/workflows/unitests.yml?query=branch%3Amain) Language Server Protocol (LSP) plugin for Vim. You need Vim version 9.0 or above to use this plugin. This plugin is written using only the Vim9 script.