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
No known key found for this signature in database
GPG key ID: 3B3E879B253C23AF

View file

@ -11,7 +11,8 @@
(package! hack-mode :recipe (:host github :repo "hhvm/hack-mode"))) (package! hack-mode :recipe (:host github :repo "hhvm/hack-mode")))
(unless (featurep! +lsp) (unless (featurep! +lsp)
(package! phpactor)) (package! phpactor)
(package! company-phpactor))
(when (featurep! :editor format) (when (featurep! :editor format)
(package! php-cs-fixer)) (package! php-cs-fixer))