mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 21:32:33 +02:00
5945a72b01
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
13 lines
232 B
Nix
13 lines
232 B
Nix
{
|
|
vim.mini = {
|
|
starter.enable = true;
|
|
comment.enable = true;
|
|
icons.enable = true;
|
|
indentscope.enable = true;
|
|
notify.enable = true;
|
|
pairs.enable = true;
|
|
diff.enable = true;
|
|
git.enable = true;
|
|
};
|
|
}
|