diff options
| author | Raphael <glepnir@neovim.pro> | 2022-11-30 19:58:09 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-30 19:58:09 +0800 |
| commit | d346335af862ede0cece75739d789cfdc46c4454 (patch) | |
| tree | e0f05950c47e297cea162bf3b6bdc01418f478d0 /README.md | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-d346335af862ede0cece75739d789cfdc46c4454.tar nvim-lspconfig-d346335af862ede0cece75739d789cfdc46c4454.tar.gz nvim-lspconfig-d346335af862ede0cece75739d789cfdc46c4454.tar.bz2 nvim-lspconfig-d346335af862ede0cece75739d789cfdc46c4454.tar.lz nvim-lspconfig-d346335af862ede0cece75739d789cfdc46c4454.tar.xz nvim-lspconfig-d346335af862ede0cece75739d789cfdc46c4454.tar.zst nvim-lspconfig-d346335af862ede0cece75739d789cfdc46c4454.zip | |
perf: update requires neovim version in doc (#2270)
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 lsp-config`. ## Install -* 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. +* Requires neovim version 0.7 above. 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 |
