doomemacs/modules/lang/nim/packages.el

10 lines
272 B
EmacsLisp
Raw Normal View History

2018-05-08 11:50:12 -03:00
;; -*- no-byte-compile: t; -*-
;;; lang/nim/packages.el
;;; requires nim nimsuggest nimble
2020-01-14 22:32:11 -05:00
(package! nim-mode :pin "16a245e4974d21a6e9e7163e7fbfb50a0bd89f99")
2018-05-08 11:50:12 -03:00
(when (featurep! :checkers syntax)
2020-01-14 22:32:11 -05:00
(package! flycheck-nim :pin "ddfade51001571c2399f78bcc509e0aa8eb752a4"))