1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
nixvim/tests/test-sources/plugins/by-name/mini-align/default.nix
2025-06-22 19:03:31 +00:00

12 lines
164 B
Nix

{
empty = {
plugins.mini-align.enable = true;
};
example = {
plugins.mini-align = {
enable = true;
settings.silent = true;
};
};
}