diff --git a/modules/lang/php/packages.el b/modules/lang/php/packages.el index 1b1099536..f2fa57243 100644 --- a/modules/lang/php/packages.el +++ b/modules/lang/php/packages.el @@ -12,7 +12,8 @@ (unless (featurep! +lsp) (package! phpactor) - (package! company-phpactor)) + (when (featurep! :completion company) + (package! company-phpactor))) (when (featurep! :editor format) (package! php-cs-fixer))