Skip to content

Commit

Permalink
Update README.md (#576)
Browse files Browse the repository at this point in the history
Minor change to read-me which makes the install commands copy-paste-able into a terminal
  • Loading branch information
denandz authored Nov 18, 2024
1 parent 4081088 commit 144ce62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 144ce62

Please sign in to comment.