From dd618ebe71bc1cb0b195b1c89e75b195163f510e Mon Sep 17 00:00:00 2001 From: newtonne <14221622+newtonne@users.noreply.github.com> Date: Sun, 14 May 2023 14:06:32 +0100 Subject: [PATCH] Link to unit test results from README rather than image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.0