fix(nvim): re-add intelephense

Phpactor isn't providing LSP information or diagnostics within Drupal
tests whereas Intelephense does.

This means that I'm getting duplicate results in files where both
Intelephense and Phpactor are working, but I'll look into this again and
see if I can go back to using just Phpactor.
This commit is contained in:
Oliver Davies 2023-06-22 07:56:36 +01:00
parent 3547fe2c2b
commit ee3054fe48
2 changed files with 2 additions and 0 deletions

View file

@ -28,6 +28,7 @@ lsp.setup_servers({
'cssls',
'dockerls',
'html',
'intelephense',
'jsonls',
'nixd',
'phpactor',

View file

@ -208,6 +208,7 @@ in
black
gopls
html-tidy
nodePackages.intelephense
lua53Packages.lua-lsp
nixd
nodePackages."@astrojs/language-server"