aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHirokazu Hata <h.hata.ai.t@gmail.com>2020-03-05 02:25:17 +0900
committerGitHub <noreply@github.com>2020-03-05 02:25:17 +0900
commit87b6fd03383882160aab4ddc0095aab7eee1bb63 (patch)
tree8c3095ee7541f2c4a069b74448a1623ce8a42844
parent[docgen] Update README.md (diff)
parent[docgen] Update README.md (diff)
downloadnvim-lspconfig-87b6fd03383882160aab4ddc0095aab7eee1bb63.tar
nvim-lspconfig-87b6fd03383882160aab4ddc0095aab7eee1bb63.tar.gz
nvim-lspconfig-87b6fd03383882160aab4ddc0095aab7eee1bb63.tar.bz2
nvim-lspconfig-87b6fd03383882160aab4ddc0095aab7eee1bb63.tar.lz
nvim-lspconfig-87b6fd03383882160aab4ddc0095aab7eee1bb63.tar.xz
nvim-lspconfig-87b6fd03383882160aab4ddc0095aab7eee1bb63.tar.zst
nvim-lspconfig-87b6fd03383882160aab4ddc0095aab7eee1bb63.zip
Merge pull request #156 from kazukazuinaina/add_vim_plug_url
[add] vim-plug url in README_templete
-rw-r--r--README.md2
-rw-r--r--scripts/README_template.md2
2 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index cc9e9de2..087c9a8d 100644
--- a/README.md
+++ b/README.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.
+
+ e.g. [vim-plug](https://github.com/junegunn/vim-plug)
```
:Plug 'neovim/nvim-lsp'
```
diff --git a/scripts/README_template.md b/scripts/README_template.md
index 4d925d94..6ee2503e 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.
+
+ e.g. [vim-plug](https://github.com/junegunn/vim-plug)
```
:Plug 'neovim/nvim-lsp'
```