mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 19:10:24 +10:00
10 lines
175 B
EmacsLisp
10 lines
175 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/nim/packages.el
|
|
|
|
;;; requires nim nimsuggest nimble
|
|
|
|
(package! nim-mode)
|
|
|
|
(when (featurep! :tools flycheck)
|
|
(package! flycheck-nim))
|