lang/crystal: add ameba linter support
This commit is contained in:
parent
c8efb45746
commit
4a1c781fab
2 changed files with 9 additions and 1 deletions
|
@ -17,5 +17,11 @@
|
|||
:after crystal-mode)
|
||||
|
||||
|
||||
(use-package! flycheck-ameba
|
||||
:when (featurep! :tools flycheck)
|
||||
:after crystal-mode
|
||||
:config (flycheck-ameba-setup))
|
||||
|
||||
|
||||
(use-package! inf-crystal
|
||||
:commands crystal-switch-to-inf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue