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:
parent
3547fe2c2b
commit
ee3054fe48
|
@ -28,6 +28,7 @@ lsp.setup_servers({
|
|||
'cssls',
|
||||
'dockerls',
|
||||
'html',
|
||||
'intelephense',
|
||||
'jsonls',
|
||||
'nixd',
|
||||
'phpactor',
|
||||
|
|
|
@ -208,6 +208,7 @@ in
|
|||
black
|
||||
gopls
|
||||
html-tidy
|
||||
nodePackages.intelephense
|
||||
lua53Packages.lua-lsp
|
||||
nixd
|
||||
nodePackages."@astrojs/language-server"
|
||||
|
|
Loading…
Reference in a new issue