diff options
| author | William Boman <william@redwill.se> | 2022-05-02 03:07:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-02 03:07:15 +0200 |
| commit | 193f17140d9813e313360979566b12a0b15ff1ba (patch) | |
| tree | 4080f417f31ddde749784acc857d67e0a521c2c8 /doc | |
| parent | docs: mention what not do with packer (#657) (diff) | |
| download | mason-193f17140d9813e313360979566b12a0b15ff1ba.tar mason-193f17140d9813e313360979566b12a0b15ff1ba.tar.gz mason-193f17140d9813e313360979566b12a0b15ff1ba.tar.bz2 mason-193f17140d9813e313360979566b12a0b15ff1ba.tar.lz mason-193f17140d9813e313360979566b12a0b15ff1ba.tar.xz mason-193f17140d9813e313360979566b12a0b15ff1ba.tar.zst mason-193f17140d9813e313360979566b12a0b15ff1ba.zip | |
chore: bump minimum neovim version to 0.7.0 (#656)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/nvim-lsp-installer.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/nvim-lsp-installer.txt b/doc/nvim-lsp-installer.txt index 68f865d8..1ad223ae 100644 --- a/doc/nvim-lsp-installer.txt +++ b/doc/nvim-lsp-installer.txt @@ -1,6 +1,6 @@ *nvim-lsp-installer* -Minimum version of neovim: 0.6.0 +Minimum version of neovim: 0.7.0 Author: William Boman @@ -23,7 +23,7 @@ it: - hosts a suite of system tests for all supported servers - has full support for Windows -Requires neovim `>= 0.6.0` and nvim-lspconfig. The _full requirements_ to +Requires neovim `>= 0.7.0` and nvim-lspconfig. The _full requirements_ to install _all_ servers are: - For Unix systems: git(1), curl(1) or wget(1), unzip(1), tar(1), gzip(1) |
