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
config/neovim/lua/opdavies/lsp
home-manager/modules

View file

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

View file

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