mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Merge pull request #1670 from CodyWilson/straight
Added company-phpactor to packages
This commit is contained in:
@@ -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))
|
||||||
|
Reference in New Issue
Block a user