nvim: add plugin 'image.nvim'

This commit is contained in:
Nico 2025-05-03 16:15:59 +10:00
parent 43bc80e3bb
commit 6fba49a34e
3 changed files with 47 additions and 0 deletions

View file

@ -21,6 +21,9 @@ set -g history-limit 100000
set -g base-index 1
setw -g pane-base-index 1
set -gq allow-passthrough on
set -g visual-activity off
# fix undercurls: https://github.com/folke/tokyonight.nvim#fix-undercurls-in-tmux
set -g default-terminal "${TERM}"
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'