mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-25 18:28:37 +02:00
12 lines
194 B
Nix
12 lines
194 B
Nix
|
{
|
||
|
helpers,
|
||
|
lib,
|
||
|
...
|
||
|
}:
|
||
|
helpers.neovim-plugin.mkNeovimPlugin {
|
||
|
name = "idris2";
|
||
|
originalName = "idris2";
|
||
|
package = "idris2-nvim";
|
||
|
maintainers = [ lib.maintainers.mitchmindtree ];
|
||
|
}
|