nvim: add plugin 'image.nvim'
This commit is contained in:
parent
43bc80e3bb
commit
6fba49a34e
3 changed files with 47 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue