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:
Oliver Davies 2021-07-29 10:03:45 +01:00
parent c988d2581c
commit 8afba75ab1

View file

@ -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)