1
0
Fork 0

disable sourcery hoverProvider

This commit is contained in:
Luca Bilke 2024-03-11 00:38:20 +01:00
parent 5bc760c5d6
commit ba29d552b3

View file

@ -10,6 +10,9 @@ conf.handlers.intelephense = {
}
conf.handlers.sourcery = {
on_attach = function(client, _)
client.server_capabilities.hoverProvider = false
end,
init_options = {
token = f.get_lsp_key("sourcery")
}