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

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

15 lines
212 B
Nix
Raw Normal View History

2025-05-25 16:04:07 -03:00
{
empty = {
plugins.mini-trailspace.enable = true;
};
example = {
plugins.mini-trailspace = {
enable = true;
settings = {
only_in_normal_buffers = false;
};
};
};
}