edit nvf config

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>

Former-commit-id: 2899b84d8f0809ba14540adce1ebebb3eb225065
This commit is contained in:
Hadi
2025-06-19 16:06:29 +02:00
parent f306041af9
commit c594900d45

View File

@@ -30,14 +30,10 @@
registers = "unnamedplus";
providers.wl-copy.enable = true;
};
spellcheck = {
enable = true;
programmingWordlist.enable = true;
};
theme = {
enable = true;
name = lib.mkForce "catppuccin";
style = "mocha";
style = lib.mkForce "mocha";
transparent = lib.mkForce true;
};
};