aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/README_template.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/README_template.md b/scripts/README_template.md
index 4d925d94..f8db7d1f 100644
--- a/scripts/README_template.md
+++ b/scripts/README_template.md
@@ -26,6 +26,8 @@ Help us create configs for *all the LSPs!*
- Requires [Nvim HEAD/nightly](https://github.com/neovim/neovim/releases/tag/nightly) (v0.5 prerelease).
- nvim-lsp is just a plugin. Install it like any other Vim plugin.
+
+ ex: Using [vim-plug](https://github.com/junegunn/vim-plug)
```
:Plug 'neovim/nvim-lsp'
```