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-analyzeris 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.
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!
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.
See BUILD.md for details on building the app and CONTRIBUTING.md for guidance on interacting with the open source project.