1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-17 07:52:47 +01:00
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;
};
};
};
}