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