mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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))
|
||||||
|
Reference in New Issue
Block a user