aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAshish Panigrahi <ashish.panigrahi@protonmail.com>2021-07-04 00:56:37 +0530
committerGitHub <noreply@github.com>2021-07-03 12:26:37 -0700
commit154d7c72a713ecdf6cb0360e568d7ba62f4ed6f5 (patch)
tree18b089c6c46586ec6c53f47f2f63caf0f3b71325 /README.md
parent[docgen] Update CONFIG.md (diff)
downloadnvim-lspconfig-154d7c72a713ecdf6cb0360e568d7ba62f4ed6f5.tar
nvim-lspconfig-154d7c72a713ecdf6cb0360e568d7ba62f4ed6f5.tar.gz
nvim-lspconfig-154d7c72a713ecdf6cb0360e568d7ba62f4ed6f5.tar.bz2
nvim-lspconfig-154d7c72a713ecdf6cb0360e568d7ba62f4ed6f5.tar.lz
nvim-lspconfig-154d7c72a713ecdf6cb0360e568d7ba62f4ed6f5.tar.xz
nvim-lspconfig-154d7c72a713ecdf6cb0360e568d7ba62f4ed6f5.tar.zst
nvim-lspconfig-154d7c72a713ecdf6cb0360e568d7ba62f4ed6f5.zip
docs: fix link to nightly release
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5c15ec5f..8f53b692 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ These features are not implemented in this repo, but in Neovim core. See `:help
## Install
-* Requires [Neovim v0.5.0](https://github.com/neovim/neovim/releases/tag/v0.5.0) or [Nightly](https://github.com/neovim/neovim/releases/tag/v0.5.0). Update Neovim and nvim-lspconfig before reporting an issue.
+* Requires [Neovim v0.5.0](https://github.com/neovim/neovim/releases/tag/v0.5.0) or [Nightly](https://github.com/neovim/neovim/releases/tag/nightly). Update Neovim and nvim-lspconfig before reporting an issue.
* Install nvim-lspconfig like any other Vim plugin, e.g. with [vim-plug](https://github.com/junegunn/vim-plug):
```vim