Skip to content

Commit

Permalink
feat: Switch to nushell
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 15, 2023
1 parent f477107 commit fa1ddb4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions config.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
(rust +lsp)
;;scala
;;(scheme +guile)
(sh +fish)
sh
;;sml
;;solidity
;;swift
Expand Down
2 changes: 2 additions & 0 deletions packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fa1ddb4

Please sign in to comment.