Run `nix fmt` at the root of the repository to format all files. I've done this on my fork and this will help me merge your changes later without having to deal with un-formatted files.
15 lines
211 B
Nix
15 lines
211 B
Nix
{
|
|
plugins.mini = {
|
|
enable = true;
|
|
|
|
modules = {
|
|
indentscope = {
|
|
symbol = "│";
|
|
options = {
|
|
try_as_border = true;
|
|
};
|
|
};
|
|
surround = { };
|
|
};
|
|
};
|
|
}
|