Minor change to read-me which makes the install commands copy-paste-able into a terminal
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