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