mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
11 lines
191 B
Nix
11 lines
191 B
Nix
{
|
|
helpers,
|
|
lib,
|
|
...
|
|
}:
|
|
lib.nixvim.plugins.mkNeovimPlugin {
|
|
name = "idris2";
|
|
packPathName = "idris2";
|
|
package = "idris2-nvim";
|
|
maintainers = [ lib.maintainers.mitchmindtree ];
|
|
}
|