We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e3934 commit 3131f54Copy full SHA for 3131f54
README.md
@@ -3,6 +3,9 @@
3
This is a Neovim plugin/library for generating statusline components from the built-in LSP client.
4
5
## Notices
6
+- **2020/11/13**: Due to [this PR](https://github.com/neovim/neovim/pull/12655), you must update to
7
+ the latest Neovim `master` to avoid errors with the old diagnostics API. See [issue
8
+ #19](https://github.com/nvim-lua/lsp-status.nvim/issues/19) for more information.
9
- **2020/05/25**: There has been a minor breaking change to the API: `extension_callbacks` is now
10
named `extensions`. There have also been a number of additions and improvements; see the below
11
(specifically [Configuration](#configuration) and [Example Use](#example-use)) for details.
0 commit comments