mirror of
https://github.com/neovim/neovim.git
synced 2025-11-23 10:36:29 +00:00
fix(lsp): reduce diagnostics and add more types (#23948)
This commit is contained in:
@@ -632,6 +632,7 @@ export interface WorkspaceClientCapabilities {
|
||||
|
||||
--- Gets a new ClientCapabilities object describing the LSP client
|
||||
--- capabilities.
|
||||
--- @return lsp.ClientCapabilities
|
||||
function protocol.make_client_capabilities()
|
||||
return {
|
||||
general = {
|
||||
|
||||
Reference in New Issue
Block a user