diff --git a/config.el b/config.el index 71523b6..0cd876f 100644 --- a/config.el +++ b/config.el @@ -587,6 +587,11 @@ (after! (forge transient) (require 'consult-gh-embark) (require 'consult-gh-transient)) + +(use-package! nushell-ts-mode) + +(use-package! nushell-ts-babel + :after nushell-ts-mode) ;; ;;; Custom Variables (custom-set-variables diff --git a/init.el b/init.el index bb907b5..ca7d675 100644 --- a/init.el +++ b/init.el @@ -159,7 +159,7 @@ (rust +lsp) ;;scala ;;(scheme +guile) - (sh +fish) + sh ;;sml ;;solidity ;;swift diff --git a/packages.el b/packages.el index 2ea4f45..81e26dd 100644 --- a/packages.el +++ b/packages.el @@ -21,6 +21,8 @@ (unpin! org-journal) ;; Experimental +(package! nushell-ts-mode :recipe (:host github :repo "herbertjones/nushell-ts-mode")) +(package! nushell-ts-babel :recipe (:host github :repo "herbertjones/nushell-ts-babel")) (package! astro-ts-mode) (package! consult-gh :recipe (:host github :repo "armindarvish/consult-gh")) (unpin! evil-collection)