nvim-lua / lsp-status.nvim

Utility functions for getting diagnostic status and progress messages from LSP servers, for use in the Neovim statusline
MIT License
621 stars 41 forks source link

resolved_capabilities is deprecated for latest neovim. #77

Closed IMOKURI closed 2 years ago

IMOKURI commented 2 years ago

Hi, thanks for the great plugin.

It seems that resolved_capabilities is deprecated in the latest Neovim.

You can find it here: https://github.com/neovim/neovim/issues/14090#issuecomment-1113956767

So now I get the following message when running Neovim. Can you please address this?

image

My version of neovim is:

image