From: Aaron Patterson Date: Fri, 9 Sep 2022 19:54:54 +0000 (-0700) Subject: Fix installation instructions X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=904192081f57a085e88d8c0c9eb3b939364ada76;p=vim-lsp.git 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 --- 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 ```