nix-community.nixvim/tests/test-sources/plugins/by-name/mini-extra/default.nix

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

6 lines
59 B
Nix
Raw Normal View History

2025-05-25 15:56:42 -03:00
{
empty = {
plugins.mini-extra.enable = true;
};
}