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:
parent
0c7e6261e8
commit
3f98c8b1a6
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue