From c8156f21c78188cd59227332cf0be84dc4d1d016 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Fri, 19 Aug 2022 22:44:45 +0200 Subject: [PATCH] docs: Add link to post explaining vim plugin installation --- docs/USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/USAGE.md b/docs/USAGE.md index fa049019e..28125150f 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -123,7 +123,7 @@ inoremap coc#refresh() ### vim-lsp - - Install the following plugins: + - [Install](https://opensource.com/article/20/2/how-install-vim-plugins) the following plugins: * [async.vim plugin](https://github.com/prabirshrestha/async.vim) * [vim-lsp plugin](https://github.com/prabirshrestha/vim-lsp) * [asyncomplete.vim plugin](https://github.com/prabirshrestha/asyncomplete.vim)