Skip to content

Commit 3131f54

Browse files
committed
Add notice about LSP diagnostics API change
1 parent 07e3934 commit 3131f54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
This is a Neovim plugin/library for generating statusline components from the built-in LSP client.
44

55
## 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.
69
- **2020/05/25**: There has been a minor breaking change to the API: `extension_callbacks` is now
710
named `extensions`. There have also been a number of additions and improvements; see the below
811
(specifically [Configuration](#configuration) and [Example Use](#example-use)) for details.

0 commit comments

Comments
 (0)