neovim-flake/config/plugins/mini.nix

18 lines
282 B
Nix
Raw Normal View History

# All the mini.nvim stuff
{
plugins.mini = {
enable = true;
modules = {
surround = {};
ai = {};
hipatterns = {};
notify = {};
tabline = {};
trailspace = {};
comment = {};
cursorword = {};
bracketed = {};
};
};
}