mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 17:24:32 +02:00
14 lines
212 B
Nix
14 lines
212 B
Nix
{
|
|
empty = {
|
|
plugins.mini-trailspace.enable = true;
|
|
};
|
|
|
|
example = {
|
|
plugins.mini-trailspace = {
|
|
enable = true;
|
|
settings = {
|
|
only_in_normal_buffers = false;
|
|
};
|
|
};
|
|
};
|
|
}
|