disable sourcery hoverProvider
This commit is contained in:
parent
5bc760c5d6
commit
ba29d552b3
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ conf.handlers.intelephense = {
|
||||||
}
|
}
|
||||||
|
|
||||||
conf.handlers.sourcery = {
|
conf.handlers.sourcery = {
|
||||||
|
on_attach = function(client, _)
|
||||||
|
client.server_capabilities.hoverProvider = false
|
||||||
|
end,
|
||||||
init_options = {
|
init_options = {
|
||||||
token = f.get_lsp_key("sourcery")
|
token = f.get_lsp_key("sourcery")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue