Skip to content

Nix noob. How do I add rustaceanvim to my home-manager config and set it up correctly #59

Answered by mrcjkb
multivac61 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey 👋

rustaceanvim is available in nixpkgs-unstable and will be available in the NixOS 23.11 release (which should be out by the end of this month).

It looks like your flake is using the master branch of nixpks, so it should be available there, too. I.e. you should be able to just add rustaceanvim to your plugins list and you're good to go.

If you want to use the bleeding-edge latest version of this plugin, I also provide a flake that you can add to your flake's inputs:

rustaceanvim.url = "github:mrcjkb/rustaceanvim";

And then you can add inputs.rustaceanvim.overlays.default to your NixOS module:

nixpkgs.overlays = [
  inputs.rustaceanvim.overlays.default
];

As you've been using rust-tool…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@jdsee
Comment options

@mrcjkb
Comment options

@jdsee
Comment options

Answer selected by multivac61
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants