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