lsp-status.nvim
lsp-status.nvim copied to clipboard
It should no longer be necessary to explicitly add capabilities to a server's configuration
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.