diff options
| author | Hirokazu Hata <h.hata.ai.t@gmail.com> | 2020-03-05 02:25:17 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-05 02:25:17 +0900 |
| commit | 87b6fd03383882160aab4ddc0095aab7eee1bb63 (patch) | |
| tree | 8c3095ee7541f2c4a069b74448a1623ce8a42844 | |
| parent | [docgen] Update README.md (diff) | |
| parent | [docgen] Update README.md (diff) | |
| download | nvim-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.md | 2 | ||||
| -rw-r--r-- | scripts/README_template.md | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -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' ``` |
