Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 934 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 934 Bytes

Nushell mode

License GPL 3 MELPA CI

Features

  • Syntax highlighting

Installation

MELPA

The package is available via MELPA, so you can just type M-x package-install RET nushell-mode RET.

Doom Emacs

in packages.el

(package! nushell-mode :recipe (:host github :repo "mrkkrp/nushell-mode"))

straight.el

(straight-use-package
 '(nushell-mode :type git :host github :repo "mrkkrp/nushell-mode"))

Credits

License

Copyright © 2023–present Mark Karpov
Copyright © 2022 Azzam S.A

Distributed under GNU GPL, version 3.