mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
feat(lsp): implement textDocument/diagnostic (#24128)
This commit is contained in:
@@ -641,6 +641,9 @@ function protocol.make_client_capabilities()
|
||||
},
|
||||
},
|
||||
textDocument = {
|
||||
diagnostic = {
|
||||
dynamicRegistration = false,
|
||||
},
|
||||
inlayHint = {
|
||||
dynamicRegistration = true,
|
||||
resolveSupport = {
|
||||
|
||||
Reference in New Issue
Block a user