diff options
| author | Ashish Panigrahi <ashish.panigrahi@protonmail.com> | 2021-07-04 00:56:37 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-03 12:26:37 -0700 |
| commit | 154d7c72a713ecdf6cb0360e568d7ba62f4ed6f5 (patch) | |
| tree | 18b089c6c46586ec6c53f47f2f63caf0f3b71325 /README.md | |
| parent | [docgen] Update CONFIG.md (diff) | |
| download | nvim-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
