nix-community.nixvim/tests/test-sources/plugins/by-name/mini-trailspace/default.nix
2025-06-20 10:23:22 -03:00

14 lines
212 B
Nix

{
empty = {
plugins.mini-trailspace.enable = true;
};
example = {
plugins.mini-trailspace = {
enable = true;
settings = {
only_in_normal_buffers = false;
};
};
};
}