nix-community.nixvim/plugins/by-name/conjure/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
230 B
Nix
Raw Normal View History

{
lib,
...
}:
2024-12-22 09:58:27 +00:00
lib.nixvim.plugins.mkVimPlugin {
2024-12-15 15:55:56 +01:00
name = "conjure";
2025-06-18 02:42:47 +03:00
description = "Conjure is an interactive environment for evaluating code within your running program.";
2024-12-15 15:55:56 +01:00
maintainers = [ lib.maintainers.GaetanLepage ];
}