fix(solidity): install company/flycheck packages conditionally
This commit is contained in:
parent
4b9c0e8df8
commit
f65439310f
1 changed files with 4 additions and 2 deletions
|
@ -2,5 +2,7 @@
|
|||
;;; lang/solidity/packages.el
|
||||
|
||||
(package! solidity-mode :pin "6f7bd1641e5282ec5163188d8b8c2f6dfddc2e36")
|
||||
(package! company-solidity)
|
||||
(package! solidity-flycheck)
|
||||
(when (featurep! :completion company)
|
||||
(package! company-solidity))
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! solidity-flycheck))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue