Skip to content

Commit d4ae1e3

Browse files
committed
plugins/trouble: fix originalName
1 parent 78bfbf7 commit d4ae1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/by-name/trouble/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let
88
in
99
lib.nixvim.neovim-plugin.mkNeovimPlugin {
1010
name = "trouble";
11-
originalName = "trouble-nvim";
11+
originalName = "trouble.nvim";
1212
package = "trouble-nvim";
1313

1414
maintainers = [ lib.maintainers.loicreynier ];

0 commit comments

Comments
 (0)