From 3a5de5a1e3dea5d3e9797d4d6b05fe22587463e8 Mon Sep 17 00:00:00 2001 From: cswimr Date: Mon, 10 Feb 2025 23:05:15 -0600 Subject: [PATCH] enable catppuccin terminal colors --- nixos/nvim/settings.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/nvim/settings.nix b/nixos/nvim/settings.nix index 2f9e455..12091e0 100755 --- a/nixos/nvim/settings.nix +++ b/nixos/nvim/settings.nix @@ -32,7 +32,7 @@ #lazyLoad.enable = true; settings = { transparent_background = false; - term_colors = false; + term_colors = true; styles = { conditionals = null; };