16 lines
208 B
Nix
16 lines
208 B
Nix
|
{
|
||
|
plugins.mini = {
|
||
|
enable = true;
|
||
|
|
||
|
modules = {
|
||
|
ai = {};
|
||
|
align = {};
|
||
|
bracketed = {};
|
||
|
move = {};
|
||
|
operators = {};
|
||
|
splitjoin = {};
|
||
|
surround = {};
|
||
|
};
|
||
|
};
|
||
|
}
|