diff --git a/nix-darwin/home.nix b/nix-darwin/home.nix index fba2699..2bf9f1b 100644 --- a/nix-darwin/home.nix +++ b/nix-darwin/home.nix @@ -301,6 +301,10 @@ # Window status styling set-window-option -g window-status-style fg=colour244,bg=default set-window-option -g window-status-current-style fg=colour166,bg=default + + # Truecolor support + set -g default-terminal "tmux-256color" + set -ga terminal-overrides ",*256col*:Tc" ''; }; diff --git a/nvchad/.config/nvim/lua/plugins/init.lua b/nvchad/.config/nvim/lua/plugins/init.lua index f117eb7..0b2360e 100644 --- a/nvchad/.config/nvim/lua/plugins/init.lua +++ b/nvchad/.config/nvim/lua/plugins/init.lua @@ -168,10 +168,10 @@ local plugins = { -- }, -- To make a plugin not be loaded - -- { - -- "NvChad/nvim-colorizer.lua", - -- enabled = false - -- }, + { + "NvChad/nvim-colorizer.lua", + enabled = true + }, -- All NvChad plugins are lazy-loaded by default -- For a plugin to be loaded, you will need to set either `ft`, `cmd`, `keys`, `event`, or set `lazy = false`