From 517ab2bdc0f1e3eca18fc8119de7e9281ae558ef Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Tue, 29 Jul 2025 09:47:50 +0200 Subject: [PATCH] fix neovim colors --- home/terminal-software.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/terminal-software.nix b/home/terminal-software.nix index c09a78c..d81f156 100644 --- a/home/terminal-software.nix +++ b/home/terminal-software.nix @@ -54,6 +54,9 @@ set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0 run-shell ${pkgs.tmuxPlugins.net-speed}/share/tmux-plugins/net-speed/net_speed.tmux run-shell ${pkgs.tmuxPlugins.cpu}/share/tmux-plugins/cpu/cpu.tmux + + set-option -a terminal-features 'st-256color:RGB' + set-option -g focus-events on ''; plugins = with pkgs.tmuxPlugins; [ net-speed ]; };