mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 11:36:07 +01:00
10 lines
230 B
Nix
10 lines
230 B
Nix
{
|
|
lib,
|
|
...
|
|
}:
|
|
lib.nixvim.plugins.mkVimPlugin {
|
|
name = "conjure";
|
|
description = "Conjure is an interactive environment for evaluating code within your running program.";
|
|
|
|
maintainers = [ lib.maintainers.GaetanLepage ];
|
|
}
|