Fix coloring in nvim in tmux remote sessions

This commit is contained in:
don philipe
2025-09-04 04:53:16 +02:00
parent 2df66474db
commit a414890f69
2 changed files with 3 additions and 1 deletions

View File

@@ -10,3 +10,5 @@ vim.opt.scrolloff = 8
vim.opt.incsearch = true vim.opt.incsearch = true
vim.opt.signcolumn = "yes" vim.opt.signcolumn = "yes"
vim.o.termguicolors = true

View File

@@ -7,7 +7,7 @@ set-window-option -g window-style bg="#32302f"
set-option -g focus-events on set-option -g focus-events on
# https://gist.github.com/andersevenrud/015e61af2fd264371032763d4ed965b6 # https://gist.github.com/andersevenrud/015e61af2fd264371032763d4ed965b6
set -g default-terminal "tmux-256color" set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",$TERM:RGB" set -ag terminal-overrides ",xterm-256color:RGB"
# List of plugins # List of plugins