aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorHirokazu Hata <h.hata.ai.t@gmail.com>2019-12-27 19:02:35 +0900
committerAshkan Kiani <ashkan.k.kiani@gmail.com>2019-12-27 02:02:35 -0800
commitfaaa63515387b4b507bd56f9f709fdffc1664b20 (patch)
tree0e1b30f52148ff7a28770eb305d609bf1dc168ba /scripts
parentAdd ocamlls (#76) (diff)
downloadnvim-lspconfig-faaa63515387b4b507bd56f9f709fdffc1664b20.tar
nvim-lspconfig-faaa63515387b4b507bd56f9f709fdffc1664b20.tar.gz
nvim-lspconfig-faaa63515387b4b507bd56f9f709fdffc1664b20.tar.bz2
nvim-lspconfig-faaa63515387b4b507bd56f9f709fdffc1664b20.tar.lz
nvim-lspconfig-faaa63515387b4b507bd56f9f709fdffc1664b20.tar.xz
nvim-lspconfig-faaa63515387b4b507bd56f9f709fdffc1664b20.tar.zst
nvim-lspconfig-faaa63515387b4b507bd56f9f709fdffc1664b20.zip
doc: Re - Emphasize dependency on Nvim HEAD/0.5 (#83)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/README_template.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/scripts/README_template.md b/scripts/README_template.md
index 03c3cdac..1da876a9 100644
--- a/scripts/README_template.md
+++ b/scripts/README_template.md
@@ -6,8 +6,8 @@ It is hoped that these configurations serve as a "source of truth", but they
are strictly _best effort_. If something doesn't work, these configs are useful
as a starting point, which you can adjust to fit your environment.
-**Note**: This is a work-in-progress and requires Nvim HEAD. Update Nvim and
-nvim-lsp before reporting an issue.
+This is work-in-progress and **requires [Nvim HEAD/nightly](https://github.com/neovim/neovim/releases/tag/nightly)**.
+Update Nvim and nvim-lsp before reporting an issue.
## Contributions are welcome!
@@ -24,10 +24,11 @@ Help us create configs for *all the LSPs!*
## Install
-**nvim-lsp** is just a plugin. Install it like any other Nvim plugin:
-
- Plug 'neovim/nvim-lsp'
-
+- 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.
+ ```
+ :Plug 'neovim/nvim-lsp'
+ ```
## Usage
Each config provides a `setup()` function, to initialize the server with