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; };