mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
10 lines
280 B
EmacsLisp
10 lines
280 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/nim/packages.el
|
|
|
|
;;; requires nim nimsuggest nimble
|
|
|
|
(package! nim-mode :pin "625cc023bd75a741b7d4e629e5bec3a52f45b4be")
|
|
|
|
(when (modulep! :checkers syntax -flymake)
|
|
(package! flycheck-nim :pin "ddfade51001571c2399f78bcc509e0aa8eb752a4"))
|