1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 11:36:07 +01:00
nixvim/plugins/by-name/conjure/default.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 ];
}