9 lines
128 B
Nix
9 lines
128 B
Nix
{
|
|
programs.nixvim.plugins.otter = {
|
|
enable = true;
|
|
settings = {
|
|
handle_leading_whitespace = true;
|
|
};
|
|
};
|
|
}
|