]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Update README.md (#576)
authorDoI <5291556+denandz@users.noreply.github.com>
Mon, 18 Nov 2024 16:01:18 +0000 (05:01 +1300)
committerGitHub <noreply@github.com>
Mon, 18 Nov 2024 16:01:18 +0000 (08:01 -0800)
Minor change to read-me which makes the install commands copy-paste-able into a terminal

README.md

index b820f5324541545b1331aeb8a4a146a49a6e5737..5282a77da0c772a59691238142558537355403a8 100644 (file)
--- 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