mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
11 lines
331 B
EmacsLisp
11 lines
331 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/nim/packages.el
|
|
|
|
;;; requires nim nimsuggest nimble
|
|
|
|
(package! nim-mode :pin "744e076f0bea1c5ddc49f92397d9aa98ffa7eff8")
|
|
|
|
(when (and (modulep! :checkers syntax)
|
|
(not (modulep! :checkers syntax +flymake)))
|
|
(package! flycheck-nim :pin "ddfade51001571c2399f78bcc509e0aa8eb752a4"))
|