nix-community.nixvim/tests/test-sources/plugins/by-name/mini-trailspace/default.nix
2025-06-22 19:00:41 +00:00

14 lines
212 B
Nix

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