mirror of
https://github.com/neovim/neovim.git
synced 2026-04-25 16:54:12 +00:00
feat(lsp): support textDocument/documentLink (#37644)
This commit is contained in:
@@ -508,6 +508,10 @@ function protocol.make_client_capabilities()
|
||||
linkSupport = true,
|
||||
dynamicRegistration = true,
|
||||
},
|
||||
documentLink = {
|
||||
dynamicRegistration = false,
|
||||
tooltipSupport = false,
|
||||
},
|
||||
implementation = {
|
||||
linkSupport = true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user