mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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
|
||||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "trouble";
|
||||
originalName = "trouble-nvim";
|
||||
originalName = "trouble.nvim";
|
||||
package = "trouble-nvim";
|
||||
|
||||
maintainers = [ lib.maintainers.loicreynier ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue