Added company-phpactor to packages

Previously this was included automatically with phpactor, but now the
phpactor package call is only pulling in phpactor.el and its
requirements.
This commit is contained in:
Cody Wilson
2019-08-13 10:23:03 -05:00
parent 0c7e6261e8
commit 3f98c8b1a6

View File

@ -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))