vim: Remove on_attach for intelephense
This seemed to be causing issues when trying to type things in PHP code.
This commit is contained in:
parent
c988d2581c
commit
8afba75ab1
|
@ -25,7 +25,6 @@ local default_config = {
|
|||
|
||||
lspconfig.intelephense.setup{
|
||||
filetypes = { "install", "inc", "module", "php", "test", "theme" },
|
||||
on_attach = custom_on_attach,
|
||||
}
|
||||
|
||||
lspconfig.tsserver.setup(default_config)
|
||||
|
|
Loading…
Reference in a new issue