16 lines
233 B
Nix
16 lines
233 B
Nix
{
|
|
plugins.indent-blankline = {
|
|
enable = true;
|
|
settings = {
|
|
indent = {
|
|
smart_indent_cap = true;
|
|
char = " ";
|
|
};
|
|
scope = {
|
|
enabled = true;
|
|
char = "│";
|
|
};
|
|
};
|
|
};
|
|
}
|