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

It should no longer be necessary to explicitly add capabilities to a server's configuration #83

Open donbex opened 1 year ago

donbex commented 1 year ago

Since https://github.com/neovim/neovim/pull/13294 neovim includes window/workDoneProgress in the capabilities table created by make_client_capabilities, so it should no longer be necessary to explicitly add it to a server's configuration.