nix-community.nixvim/tests/test-sources/plugins/utils/conjure.nix
Pedro Alves f8c412ba7f
plugins/conjure: init plugin (#339)
* plugins/conjure: init plugin

* conjure: fix import
2023-04-17 17:39:54 +02:00

5 lines
56 B
Nix

{
empty = {
plugins.conjure.enable = true;
};
}