diff options
| author | Kid <44045911+kidonng@users.noreply.github.com> | 2022-07-02 19:31:47 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-02 04:31:47 -0700 |
| commit | c06c37b61c06d4e1574c014dfa3c3af8536e45ec (patch) | |
| tree | 7b12ad814cea5ac66e1b6bd397ade3806d80844a /README.md | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-c06c37b61c06d4e1574c014dfa3c3af8536e45ec.tar nvim-lspconfig-c06c37b61c06d4e1574c014dfa3c3af8536e45ec.tar.gz nvim-lspconfig-c06c37b61c06d4e1574c014dfa3c3af8536e45ec.tar.bz2 nvim-lspconfig-c06c37b61c06d4e1574c014dfa3c3af8536e45ec.tar.lz nvim-lspconfig-c06c37b61c06d4e1574c014dfa3c3af8536e45ec.tar.xz nvim-lspconfig-c06c37b61c06d4e1574c014dfa3c3af8536e45ec.tar.zst nvim-lspconfig-c06c37b61c06d4e1574c014dfa3c3af8536e45ec.zip | |
fix(docs): wrong release URL #1979
Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ See also `:help lspconfig`. ## Install -* Requires [Neovim 0.7](https://github.com/neovim/neovim/releases/tag/v0.6.1) or [Nightly](https://github.com/neovim/neovim/releases/tag/nightly). Update Nvim and nvim-lspconfig before reporting an issue. +* Requires [Neovim latest stable release](https://github.com/neovim/neovim/releases/latest) or [Nightly](https://github.com/neovim/neovim/releases/tag/nightly). Update Nvim and nvim-lspconfig before reporting an issue. * Install nvim-lspconfig like any other Vim plugin, e.g. with [packer.nvim](https://github.com/wbthomason/packer.nvim): ```lua local use = require('packer').use |
