mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> Former-commit-id: 0d6390b18f38bdba346a1f92799884d209159b33
14 lines
286 B
Nix
14 lines
286 B
Nix
{
|
|
programs.nvf.settings.vim.mini = {
|
|
starter.enable = true;
|
|
comment.enable = true;
|
|
# cursorword.enable = true;
|
|
icons.enable = true;
|
|
indentscope.enable = true;
|
|
notify.enable = true;
|
|
pairs.enable = true;
|
|
diff.enable = true;
|
|
git.enable = true;
|
|
};
|
|
}
|