This commit is contained in:
ry
2022-01-11 18:05:13 -08:00
parent 2046befee2
commit 8e7b654716
846 changed files with 71287 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
;; -*- no-byte-compile: t; -*-
;;; lang/nim/packages.el
;;; requires nim nimsuggest nimble
(package! nim-mode :pin "744e076f0bea1c5ddc49f92397d9aa98ffa7eff8")
(when (featurep! :checkers syntax)
(package! flycheck-nim :pin "ddfade51001571c2399f78bcc509e0aa8eb752a4"))