mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/trouble: fix originalName
This commit is contained in:
parent
78bfbf7b7e
commit
d4ae1e362f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ let
|
||||||
in
|
in
|
||||||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||||
name = "trouble";
|
name = "trouble";
|
||||||
originalName = "trouble-nvim";
|
originalName = "trouble.nvim";
|
||||||
package = "trouble-nvim";
|
package = "trouble-nvim";
|
||||||
|
|
||||||
maintainers = [ lib.maintainers.loicreynier ];
|
maintainers = [ lib.maintainers.loicreynier ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue