From: DoI <5291556+denandz@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:01:18 +0000 (+1300) Subject: Update README.md (#576) X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=144ce624fa0b2c231bc6cc2cbe6a8122dfde505d;p=vim-lsp.git Update README.md (#576) Minor change to read-me which makes the install commands copy-paste-able into a terminal --- diff --git a/README.md b/README.md index b820f53..5282a77 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ Language Server Protocol (LSP) plugin for Vim. You need Vim version 9.0 or above You can install this plugin directly from github using the following steps: ```bash -$ mkdir -p $HOME/.vim/pack/downloads/opt -$ cd $HOME/.vim/pack/downloads/opt -$ git clone https://github.com/yegappan/lsp -$ vim -u NONE -c "helptags $HOME/.vim/pack/downloads/opt/lsp/doc" -c q +mkdir -p $HOME/.vim/pack/downloads/opt +cd $HOME/.vim/pack/downloads/opt +git clone https://github.com/yegappan/lsp +vim -u NONE -c "helptags $HOME/.vim/pack/downloads/opt/lsp/doc" -c q ``` After installing the plugin using the above steps, add the following line to