nim-mode: add nim language support
This commit is contained in:
parent
eac76a6d9e
commit
0869b98b3b
2 changed files with 4 additions and 0 deletions
|
@ -97,6 +97,9 @@
|
||||||
(use-package tuareg
|
(use-package tuareg
|
||||||
:mode "\\.ml\\'")
|
:mode "\\.ml\\'")
|
||||||
|
|
||||||
|
(use-package nim-mode
|
||||||
|
:mode "\\.nim\\'")
|
||||||
|
|
||||||
(use-package doom-modeline
|
(use-package doom-modeline
|
||||||
:hook after-init)
|
:hook after-init)
|
||||||
|
|
||||||
|
|
1
lib.nix
1
lib.nix
|
@ -27,6 +27,7 @@ let
|
||||||
qml-mode
|
qml-mode
|
||||||
tuareg
|
tuareg
|
||||||
nushell-mode
|
nushell-mode
|
||||||
|
nim-mode
|
||||||
envrc
|
envrc
|
||||||
;
|
;
|
||||||
treesit-grammars = epkgs.treesit-grammars.with-all-grammars;
|
treesit-grammars = epkgs.treesit-grammars.with-all-grammars;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue