2018-05-08 11:50:12 -03:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/nim/packages.el
|
|
|
|
|
|
|
|
;;; requires nim nimsuggest nimble
|
|
|
|
|
|
|
|
(package! nim-mode)
|
|
|
|
|
2019-02-22 00:20:29 -05:00
|
|
|
(when (featurep! :tools flycheck)
|
2018-05-08 11:50:12 -03:00
|
|
|
(package! flycheck-nim))
|