aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorkazukazuinaina <ypa.ypa.ypa.t@gmail.com>2020-03-05 01:52:19 +0900
committerkazukazuinaina <ypa.ypa.ypa.t@gmail.com>2020-03-05 01:52:19 +0900
commit3c45fe5c7baf8ee214588d0ebceb0f034430d99c (patch)
tree75836347b239714b56bf97d513b9b4d14d0edacc /scripts
parent[add] vim-plug url in README_templete (diff)
downloadnvim-lspconfig-3c45fe5c7baf8ee214588d0ebceb0f034430d99c.tar
nvim-lspconfig-3c45fe5c7baf8ee214588d0ebceb0f034430d99c.tar.gz
nvim-lspconfig-3c45fe5c7baf8ee214588d0ebceb0f034430d99c.tar.bz2
nvim-lspconfig-3c45fe5c7baf8ee214588d0ebceb0f034430d99c.tar.lz
nvim-lspconfig-3c45fe5c7baf8ee214588d0ebceb0f034430d99c.tar.xz
nvim-lspconfig-3c45fe5c7baf8ee214588d0ebceb0f034430d99c.tar.zst
nvim-lspconfig-3c45fe5c7baf8ee214588d0ebceb0f034430d99c.zip
[fix] e.g
Diffstat (limited to 'scripts')
-rw-r--r--scripts/README_template.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/README_template.md b/scripts/README_template.md
index f8db7d1f..6ee2503e 100644
--- a/scripts/README_template.md
+++ b/scripts/README_template.md
@@ -27,7 +27,7 @@ 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)
+ e.g. [vim-plug](https://github.com/junegunn/vim-plug)
```
:Plug 'neovim/nvim-lsp'
```