mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add feature detection for company-phpactor
`company-phpactor` separation gives us the ability to only install it if `company` is enabled. Co-Authored-By: Oleksii Filonenko <brightone@protonmail.com>
This commit is contained in:
@ -12,7 +12,8 @@
|
||||
|
||||
(unless (featurep! +lsp)
|
||||
(package! phpactor)
|
||||
(package! company-phpactor))
|
||||
(when (featurep! :completion company)
|
||||
(package! company-phpactor)))
|
||||
|
||||
(when (featurep! :editor format)
|
||||
(package! php-cs-fixer))
|
||||
|
Reference in New Issue
Block a user