master
Elias Almqvist 5 days ago
parent 8a9b315151
commit 1ec2ebffee
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 4
      nix-darwin/home.nix
  2. 8
      nvchad/.config/nvim/lua/plugins/init.lua

@ -301,6 +301,10 @@
# Window status styling # Window status styling
set-window-option -g window-status-style fg=colour244,bg=default set-window-option -g window-status-style fg=colour244,bg=default
set-window-option -g window-status-current-style fg=colour166,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"
''; '';
}; };

@ -168,10 +168,10 @@ local plugins = {
-- }, -- },
-- To make a plugin not be loaded -- To make a plugin not be loaded
-- { {
-- "NvChad/nvim-colorizer.lua", "NvChad/nvim-colorizer.lua",
-- enabled = false enabled = true
-- }, },
-- All NvChad plugins are lazy-loaded by default -- 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` -- For a plugin to be loaded, you will need to set either `ft`, `cmd`, `keys`, `event`, or set `lazy = false`

Loading…
Cancel
Save