Nova

Extensions


Readme

This extension adds support for Nix, including:

Roadmap

If possible, future features could include

  • import the PATH of a nix develop shell into Nova to get access to development dependencies specified via flake.nix.
  • build packages specified in flake.nix from within Nova.
  • get bash highlighting support in build phases (currently not possible because Nova's shell syntax is not TreeSitter).

License

MIT


Changelog

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