Skip to content

Rust extension for Nova editor (lightly maintained fork of kilbd/nova-rust)

License

Notifications You must be signed in to change notification settings

valknight/nova-rust-2

 
 

Repository files navigation

NB: This is a fork of a fork. Specifically, this fork's Chris Krycho's repository. I've forked, as that repository seems relatively unmaintained, and contains a critical regression that prevented the extension from functioning.

Notable changes:

  • Contains fix to ensure rust-analyzer is correctly installed

I've also removed references to AI tooling in the repo (e.g. CLAUDE.md) - just out of concern of these tools causing regressions.


Rust Extension for the Nova Text Editor

This project brings Rust Language support to the Nova text editor (macOS only). It is written in TypeScript for static typing, but transpiled to run in the macOS JavaScript environment using Nova's API for extensions. This extension provides Rust developers with syntax highlighting, assistance from the Rust Analyzer language server, error checking, and automatic formatting.

This particular extension is a descendant of the original Nova Rust extension created by Drew Kilb!

Users

Nova users can install this extension from Nova's Extension Library, available within the app. More information for users is available in the extension details.

Developers

See BUILD.md for details on building the app and CONTRIBUTING.md for guidance on interacting with the open source project.

About

Rust extension for Nova editor (lightly maintained fork of kilbd/nova-rust)

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.9%
  • Tree-sitter Query 19.7%
  • Shell 7.3%
  • Makefile 5.1%