15 lines
243 B
Nix
15 lines
243 B
Nix
{
|
|
flake.modules.nixvim.custom.plugins.mini = {
|
|
enable = true;
|
|
|
|
modules = {
|
|
ai = { };
|
|
align = { };
|
|
bracketed = { };
|
|
move = { };
|
|
operators = { };
|
|
splitjoin = { };
|
|
surround = { };
|
|
};
|
|
};
|
|
}
|