Skip to content

Commit

Permalink
vimPlugins.blink-cmp: fix pname (NixOS#367715)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 23, 2024
2 parents db087bf + cdf951d commit b81b4ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let
};
in
vimUtils.buildVimPlugin {
pname = "blink-cmp";
pname = "blink.cmp";
inherit version src;
preInstall = ''
mkdir -p target/release
Expand Down

0 comments on commit b81b4ed

Please sign in to comment.