Extension Details

- Nix Suite
- by Felix Krause
- 7 Recent Installs | 183 Total Installs
- TreeSitter-based extension for the Nix language
- Repository
- Bug Reports
-
Launch Subprocesses
-
This extension is allowed to:
Readme
This extension adds support for Nix, including:
- Syntax highlighting (via tree-sitter-nix)
- Language Server (nil by default, configurable)
- Formatting (via nixfmt)
Roadmap
If possible, future features could include
- import the
PATHof anix developshell into Nova to get access to development dependencies specified viaflake.nix. - build packages specified in
flake.nixfrom within Nova. - get
bashhighlighting support in build phases (currently not possible because Nova'sshellsyntax is not TreeSitter).
License
MIT
Release Notes
Version 0.1.2
- Made Readme appear in extension library
Version 0.1.1
- Fixed a problem with PATH lookup in recent Nova versions
Version 0.1.0
Initial release:
- Syntax Highlighting
- Folding
- Formatting
- Language Server