15 lines
210 B
Nix
15 lines
210 B
Nix
{
|
|
plugins.mini = {
|
|
enable = true;
|
|
|
|
modules = {
|
|
indentscope = {
|
|
symbol = "│";
|
|
options = {
|
|
try_as_border = true;
|
|
};
|
|
};
|
|
surround = {};
|
|
};
|
|
};
|
|
}
|