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

Migrate to server_capabilities #78

Closed tomtomjhj closed 2 years ago

tomtomjhj commented 2 years ago

resolved_capabilities is deprecated. https://github.com/neovim/neovim/issues/14090#issuecomment-1113956767

Fixes #77

ryanburda commented 2 years ago

I tested this and verified that the LSP warning no longer shows up. Can this be merged?

pbogut commented 2 years ago

Did exactly same thing in my local copy, before I found this PR. Can confirm it works fine, IMO should be merged.

niklasmohrin commented 2 years ago

Works as expected for me too :)

dsummersl commented 2 years ago

please merge 🙏 🙏 🙏 - nvim gives a deprecation warning every time a lsp supported file is loaded, very annoying!

ryanburda commented 2 years ago

Anyone around to merge this?

dsummersl commented 2 years ago

fwiw I switch to a treesitter config - https://github.com/SmiteshP/nvim-gps

TornaxO7 commented 2 years ago

Can this be merged please?