AutoYADM commit: 2024-12-03 17:55:03
This commit is contained in:
parent
52a4c75fc9
commit
1ee19f3ff0
2 changed files with 4 additions and 3 deletions
|
@ -13,6 +13,7 @@ return {
|
|||
"3rd/image.nvim",
|
||||
lazy = false,
|
||||
opts = {
|
||||
tmux_show_only_in_active_window = true,
|
||||
integrations = {
|
||||
markdown = {
|
||||
enabled = true,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# set -g default-terminal "screen-256color"
|
||||
set -g default-terminal "xterm-kitty"
|
||||
# set -as terminal-features ",xterm-256color:RGB"
|
||||
set -g default-terminal "screen-256color"
|
||||
# set -g default-terminal "xterm-kitty"
|
||||
set -as terminal-features ",xterm-256color:RGB"
|
||||
# set -as terminal-features ',xterm-kitty:RGB'
|
||||
|
||||
# For image.nvim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue