nushell-mode: init nushell-mode

This commit is contained in:
Artur Manuel 2025-03-24 08:05:39 +00:00
commit 8b614b8d01
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
2 changed files with 4 additions and 0 deletions

View file

@ -92,6 +92,9 @@
:config :config
(setq c-basic-offset 4)) (setq c-basic-offset 4))
(use-package nushell-mode
:mode "\\.nu\\'")
(use-package spacious-padding (use-package spacious-padding
:config :config
(spacious-padding-mode)) (spacious-padding-mode))

View file

@ -38,6 +38,7 @@ let
haskell-mode haskell-mode
qml-mode qml-mode
tuareg tuareg
nushell-mode
envrc envrc
; ;
treesit-grammars = epkgs.treesit-grammars.with-all-grammars; treesit-grammars = epkgs.treesit-grammars.with-all-grammars;