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 = {
|
||||
on_attach = function(client, _)
|
||||
client.server_capabilities.hoverProvider = false
|
||||
end,
|
||||
init_options = {
|
||||
token = f.get_lsp_key("sourcery")
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue