diff --git a/modules/lang/php/packages.el b/modules/lang/php/packages.el index bcb87db05..1b1099536 100644 --- a/modules/lang/php/packages.el +++ b/modules/lang/php/packages.el @@ -11,7 +11,8 @@ (package! hack-mode :recipe (:host github :repo "hhvm/hack-mode"))) (unless (featurep! +lsp) - (package! phpactor)) + (package! phpactor) + (package! company-phpactor)) (when (featurep! :editor format) (package! php-cs-fixer))