aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-11-06 12:52:45 +0800
committerjdhao <jdhao@hotmail.com>2021-11-06 12:56:54 +0800
commitffe588870d3325bf1e7d6a7d33009de0d2bee6e6 (patch)
treee2d4ff566bde5f798fcfd1e8140e515d0f7ee42e /README.md
parent002ebf2f719ecfc6882108d79be421ded711e5bf (diff)
[breaking change] make it work for nvim 0.5.1
In nvim 0.5.1, the lsp handler signature has changed, see https://github.com/neovim/neovim/pull/15504 and LunarVim/LunarVim#1484.
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 5576b27..c424ea5 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ add it to your own Nvim config.
See [doc here](docs/README.md) on how to install Nvim's dependencies, Nvim
itself, and how to set up on different platforms (Linux, macOS and Windows).
-**This config is tested against Nvim 0.5.0 release. No backward compatibility
+**This config is tested against Nvim 0.5.1 release. No backward compatibility
is guaranteed.**
# Features #