aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2019-12-26 05:43:45 +0000
committerGithub Actions <actions@github>2019-12-26 05:43:45 +0000
commita0ca54ab6f2c8dbc30b2c4c253c71d7ebf88b940 (patch)
tree85d3c9aa8911567fb6a829031986d97b66b1b345
parentdoc: Emphasize dependency on Nvim HEAD/0.5 (diff)
downloadnvim-lspconfig-a0ca54ab6f2c8dbc30b2c4c253c71d7ebf88b940.tar
nvim-lspconfig-a0ca54ab6f2c8dbc30b2c4c253c71d7ebf88b940.tar.gz
nvim-lspconfig-a0ca54ab6f2c8dbc30b2c4c253c71d7ebf88b940.tar.bz2
nvim-lspconfig-a0ca54ab6f2c8dbc30b2c4c253c71d7ebf88b940.tar.lz
nvim-lspconfig-a0ca54ab6f2c8dbc30b2c4c253c71d7ebf88b940.tar.xz
nvim-lspconfig-a0ca54ab6f2c8dbc30b2c4c253c71d7ebf88b940.tar.zst
nvim-lspconfig-a0ca54ab6f2c8dbc30b2c4c253c71d7ebf88b940.zip
[docgen] Update README.md
skip-checks: true
-rw-r--r--README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index b5957e74..36cbc83a 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.
-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.
+**Note**: This is a work-in-progress and requires Nvim HEAD. Update Nvim and
+nvim-lsp before reporting an issue.
## Contributions are welcome!
@@ -24,11 +24,9 @@ Help us create configs for *all the LSPs!*
## Install
-- 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'
- ```
+**nvim-lsp** is just a plugin. Install it like any other Nvim plugin:
+
+ Plug 'neovim/nvim-lsp'
## Usage