mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
10 lines
212 B
EmacsLisp
10 lines
212 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/nim/packages.el
|
|
|
|
;;; requires nim nimsuggest nimble
|
|
|
|
(package! nim-mode :pin "16a245e497")
|
|
|
|
(when (featurep! :checkers syntax)
|
|
(package! flycheck-nim :pin "ddfade5100"))
|