2024-08-24 23:04:20 -07:00
|
|
|
# All the mini.nvim stuff
|
|
|
|
{
|
2024-08-24 23:36:19 -07:00
|
|
|
plugins.mini = {
|
2024-08-24 23:04:20 -07:00
|
|
|
enable = true;
|
|
|
|
modules = {
|
|
|
|
surround = {};
|
|
|
|
ai = {};
|
|
|
|
hipatterns = {};
|
|
|
|
notify = {};
|
|
|
|
tabline = {};
|
|
|
|
trailspace = {};
|
|
|
|
cursorword = {};
|
|
|
|
bracketed = {};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|