Skip to content
Discussion options

You must be logged in to vote

you have the name wrong. mdx-nvim not mdx.nvim

default lze load function just calls packadd on that string, so if its wrong it doesnt packadd it

The name to use is this one from nixCats.pawsible (it comes from the pname of the derivation, sometimes different from the URL, especially when it has dots)

["mdx-nvim"] = "/nix/store/b3q97pxcds2q24qjfm3ap9sv3zc39fp4-vimplugin-mdx-nvim-1736017392",

In your case, that is the name because it is pulling that name from your flake inputs

"plugins-mdx-nvim" = {
  url = "github:davidmh/mdx.nvim";
  flake = false;
};

It just removes plugins- and then the rest is the new name

You should leave it as - instead of . or you wont be able to nix flake update pl…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@redbeardymcgee
Comment options

@BirdeeHub
Comment options

Answer selected by redbeardymcgee
@redbeardymcgee
Comment options

@BirdeeHub
Comment options

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
2 participants