mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-25 10:18:36 +02:00
We used to only think of it as the plugin repo's name, but we have been needing to use it for the name of the plugin's packpath location.
11 lines
194 B
Nix
11 lines
194 B
Nix
{
|
|
helpers,
|
|
lib,
|
|
...
|
|
}:
|
|
helpers.neovim-plugin.mkNeovimPlugin {
|
|
name = "idris2";
|
|
packPathName = "idris2";
|
|
package = "idris2-nvim";
|
|
maintainers = [ lib.maintainers.mitchmindtree ];
|
|
}
|