mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
feat(lsp): diagnostic related documents support
This commit is contained in:
@@ -350,6 +350,7 @@ function protocol.make_client_capabilities()
|
||||
},
|
||||
dataSupport = true,
|
||||
relatedInformation = true,
|
||||
relatedDocumentSupport = true,
|
||||
},
|
||||
inlayHint = {
|
||||
dynamicRegistration = true,
|
||||
|
Reference in New Issue
Block a user