12.nixvim/plugins/by-name/conjure/default.nix
2025-06-24 06:10:11 +00:00

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 ];
}