fix neovim colors
This commit is contained in:
parent
0cedb22800
commit
517ab2bdc0
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
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.net-speed}/share/tmux-plugins/net-speed/net_speed.tmux
|
||||||
run-shell ${pkgs.tmuxPlugins.cpu}/share/tmux-plugins/cpu/cpu.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 ];
|
plugins = with pkgs.tmuxPlugins; [ net-speed ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue