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

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

13 lines
164 B
Nix
Raw Normal View History

2025-05-23 19:29:02 -03:00
{
empty = {
plugins.mini-align.enable = true;
};
example = {
plugins.mini-align = {
enable = true;
settings.silent = true;
};
};
}