summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2025-01-12 04:09:37 -0600
committerozpv <39195175+ozpv@users.noreply.github.com>2025-01-12 04:09:37 -0600
commit8f12f2ac8ac6a265a6b25db8c1a5a162924b00fc (patch)
tree272b2613320c0fc3b37370b791452982983cf7db /apps
parent0c0630bc622b8c007a5a252a2ba32b1e22ab352b (diff)
update
Diffstat (limited to 'apps')
-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;
};
};