mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
489f625382
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;
|
|
};
|
|
}
|