Merge pull request #1670 from CodyWilson/straight

Added company-phpactor to packages
This commit is contained in:
Henrik Lissner 2019-08-15 15:01:37 -04:00 committed by GitHub
commit 6d93c31b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,9 @@
(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)
(when (featurep! :completion company)
(package! company-phpactor)))
(when (featurep! :editor format) (when (featurep! :editor format)
(package! php-cs-fixer)) (package! php-cs-fixer))