mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/crystal: add ameba linter support
This commit is contained in:
@ -17,5 +17,11 @@
|
|||||||
:after crystal-mode)
|
:after crystal-mode)
|
||||||
|
|
||||||
|
|
||||||
|
(use-package! flycheck-ameba
|
||||||
|
:when (featurep! :tools flycheck)
|
||||||
|
:after crystal-mode
|
||||||
|
:config (flycheck-ameba-setup))
|
||||||
|
|
||||||
|
|
||||||
(use-package! inf-crystal
|
(use-package! inf-crystal
|
||||||
:commands crystal-switch-to-inf)
|
:commands crystal-switch-to-inf)
|
||||||
|
@ -2,5 +2,7 @@
|
|||||||
;;; lang/crystal/packages.el
|
;;; lang/crystal/packages.el
|
||||||
|
|
||||||
(package! crystal-mode)
|
(package! crystal-mode)
|
||||||
(package! flycheck-crystal)
|
|
||||||
(package! inf-crystal)
|
(package! inf-crystal)
|
||||||
|
(when (featurep! :tools flycheck)
|
||||||
|
(package! flycheck-crystal)
|
||||||
|
(package! flycheck-ameba))
|
||||||
|
Reference in New Issue
Block a user