Skip to content

Commit

Permalink
plugins/trouble: fix originalName
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 4, 2024
1 parent 78bfbf7 commit d4ae1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/by-name/trouble/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let
in
lib.nixvim.neovim-plugin.mkNeovimPlugin {
name = "trouble";
originalName = "trouble-nvim";
originalName = "trouble.nvim";
package = "trouble-nvim";

maintainers = [ lib.maintainers.loicreynier ];
Expand Down

0 comments on commit d4ae1e3

Please sign in to comment.