summaryrefslogtreecommitdiff
path: root/apps/nixvim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nixvim.nix')
-rw-r--r--apps/nixvim.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/nixvim.nix b/apps/nixvim.nix
index f5655bb..7cffead 100644
--- a/apps/nixvim.nix
+++ b/apps/nixvim.nix
@@ -129,11 +129,12 @@ end";
colorschemes.catppuccin = {
enable = true;
settings = {
- flavor = "mocha";
+ flavour = "latte";
integrations = {
cmp = true;
treesitter = true;
};
+ term_colors = true;
};
};