lang/crystal: add ameba linter support
This commit is contained in:
parent
c8efb45746
commit
4a1c781fab
2 changed files with 9 additions and 1 deletions
|
@ -2,5 +2,7 @@
|
|||
;;; lang/crystal/packages.el
|
||||
|
||||
(package! crystal-mode)
|
||||
(package! flycheck-crystal)
|
||||
(package! inf-crystal)
|
||||
(when (featurep! :tools flycheck)
|
||||
(package! flycheck-crystal)
|
||||
(package! flycheck-ameba))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue