add basic support for the nim language
This commit is contained in:
parent
9e141cd01b
commit
12e26761e2
5 changed files with 77 additions and 0 deletions
9
modules/lang/nim/packages.el
Normal file
9
modules/lang/nim/packages.el
Normal file
|
@ -0,0 +1,9 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/nim/packages.el
|
||||
|
||||
;;; requires nim nimsuggest nimble
|
||||
|
||||
(package! nim-mode)
|
||||
|
||||
(when (featurep! :feature syntax-checker)
|
||||
(package! flycheck-nim))
|
Loading…
Add table
Add a link
Reference in a new issue