Closed pupbrained closed 1 year ago
After viewing rust-analyzer-config.nix
, it seems that none of the checkOnSave submodule options exist anymore, either, making some of the documentation incorrect.
The option was renamed to check.command on upstream, because we extract upstream options this would have broken some setups.
I updated my config with the following commit: https://github.com/traxys/nvim-flake/commit/ba5aab678fcb558e9596fcb19de71060bac5ed16
The option was renamed to check.command on upstream, because we extract upstream options this would have broken some setups.
I updated my config with the following commit: traxys/nvim-flake@ba5aab6
Oh, awesome, thank you. I think the documentation still needs to be modified to reflect those changes if it hasn't been already.
Plugin affected: LSP/rust-analyzer Nixpkgs channel: Unstable Home-manager version: Master branch
Description
As of the latest commit at the time of writing (6544e323966d81306f74842781a4a8c00a53a077), the rust-analyzer plugin no longer seems to support using a custom command for checkOnSave.
Config