aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHirokazu Hata <h.hata.ai.t@gmail.com>2019-12-25 22:42:54 +0900
committerJustin M. Keyes <justinkz@gmail.com>2019-12-25 21:42:51 -0800
commit68392b857dd7218ea749da08157c5b3c6caeae1a (patch)
treecf0123124ebe5d69836d3d398229230809f4d1d9
parentflow: set package.json #79 (diff)
downloadnvim-lspconfig-68392b857dd7218ea749da08157c5b3c6caeae1a.tar
nvim-lspconfig-68392b857dd7218ea749da08157c5b3c6caeae1a.tar.gz
nvim-lspconfig-68392b857dd7218ea749da08157c5b3c6caeae1a.tar.bz2
nvim-lspconfig-68392b857dd7218ea749da08157c5b3c6caeae1a.tar.lz
nvim-lspconfig-68392b857dd7218ea749da08157c5b3c6caeae1a.tar.xz
nvim-lspconfig-68392b857dd7218ea749da08157c5b3c6caeae1a.tar.zst
nvim-lspconfig-68392b857dd7218ea749da08157c5b3c6caeae1a.zip
doc: Emphasize dependency on Nvim HEAD/0.5
close #82
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index 36cbc83a..b5957e74 100644
--- a/README.md
+++ b/README.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,9 +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