feat: add :lang nu

This commit is contained in:
rondDev 2024-08-17 13:08:10 +02:00
parent e29d2c7ffa
commit eebab83b74
3 changed files with 14 additions and 0 deletions

View file

@ -151,6 +151,7 @@
markdown ; writing docs for people to ignore
;;nim ; python + lisp at the speed of c
nix ; I hereby declare "nix geht mehr!"
nu
;;ocaml ; an objective camel
org ; organize your plain life in plain text
;;php ; perl's insecure younger brother

View file

@ -0,0 +1,6 @@
;;; lang/nu/config.el -*- lexical-binding: t; -*-
(use-package! nushell-ts-mode
:init
(add-hook 'nushell-ts-mode-hook #'lsp! 'append))
(use-package! nushell-ts-babel)

View file

@ -0,0 +1,7 @@
;; -*- no-byte-compile: t; -*-
;;; lang/nu/packages.el
(package! nushell-ts-mode
:recipe (:host github :repo "herbertjones/nushell-ts-mode"))
(package! nushell-ts-babel
:recipe (:host github :repo "herbertjones/nushell-ts-babel"))