From 144ce624fa0b2c231bc6cc2cbe6a8122dfde505d Mon Sep 17 00:00:00 2001 From: DoI <5291556+denandz@users.noreply.github.com> Date: Tue, 19 Nov 2024 05:01:18 +1300 Subject: [PATCH] Update README.md (#576) Minor change to read-me which makes the install commands copy-paste-able into a terminal --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b820f532..5282a77d 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