lang/cc: general refactor
For idempotence and to group dependencies so certain sub-packages (like irony's) aren't loaded if irony is disabled.
This commit is contained in:
parent
7880154214
commit
3c52c36c2f
3 changed files with 43 additions and 47 deletions
|
@ -12,7 +12,8 @@
|
|||
(when (featurep! :completion company)
|
||||
(package! company-glsl :recipe (:fetcher github :repo "Kaali/company-glsl"))))
|
||||
|
||||
(when (package! irony)
|
||||
(when (featurep! +irony)
|
||||
(package! irony)
|
||||
(package! irony-eldoc)
|
||||
(when (featurep! :feature syntax-checker)
|
||||
(package! flycheck-irony))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue