Clarify that vim-plug should be installed first (#1114)

This commit is contained in:
Jaen
2021-03-20 10:59:38 -07:00
committed by GitHub
parent 4819b7474a
commit 350b3219cf

View File

@@ -4,6 +4,8 @@ Async [Language Server Protocol](https://github.com/Microsoft/language-server-pr
# Installing
Install [vim-plug](https://github.com/junegunn/vim-plug) and then:
```viml
Plug 'prabirshrestha/vim-lsp'
```