nvim: add image plugin
This commit is contained in:
parent
0d3d176d3b
commit
4898ca8716
2 changed files with 27 additions and 0 deletions
|
@ -75,6 +75,10 @@ lib.mkIf (lib.elem "tmux" config.machine.services) {
|
|||
# Update window title
|
||||
set -g set-titles on
|
||||
set -g set-titles-string "tmux: #S / #W"
|
||||
|
||||
# Stuff for image display in nvim
|
||||
set -gq allow-passthrough on
|
||||
set -g visual-activity off
|
||||
'';
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue