From 904192081f57a085e88d8c0c9eb3b939364ada76 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Fri, 9 Sep 2022 12:54:54 -0700 Subject: [PATCH] Fix installation instructions The installation instructions put the lsp plugin in the wrong directory for the `packadd` command. This updates the readme to fix the installation instructions. Fixes #62 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 380bfdd..5e18a54 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Language Server Protocol (LSP) plugin for Vim9. You need Vim version 8.2.2342 or You can install this plugin directly from github using the following steps: ``` - $ mkdir -p $HOME/.vim/pack/downloads/opt/lsp - $ cd $HOME/.vim/pack/downloads/opt/lsp + $ mkdir -p $HOME/.vim/pack/downloads/opt + $ cd $HOME/.vim/pack/downloads/opt $ git clone https://github.com/yegappan/lsp ``` -- 2.48.1