nix-config/modules/home-manager/coding/neovim/config/plugins/mini.nix
Oliver Davies 6a87e455bd
All checks were successful
/ check (push) Successful in 1m39s
nix fmt
2025-07-10 22:55:59 +01:00

15 lines
215 B
Nix

{
plugins.mini = {
enable = true;
modules = {
ai = { };
align = { };
bracketed = { };
move = { };
operators = { };
splitjoin = { };
surround = { };
};
};
}