nim-mode: add nim language support

This commit is contained in:
Artur Manuel 2025-03-31 00:39:29 +01:00
commit 0869b98b3b
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
2 changed files with 4 additions and 0 deletions

View file

@ -97,6 +97,9 @@
(use-package tuareg
:mode "\\.ml\\'")
(use-package nim-mode
:mode "\\.nim\\'")
(use-package doom-modeline
:hook after-init)