this post was submitted on 28 Jun 2024
10 points (81.2% liked)
Neovim
2159 readers
3 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
vim or neovim? what terminal emulator are you using? post your nvim init.lua file. try putting both of these in tmux.conf:
set -g default-terminal "xterm-256color"
set-option -ga terminal-overrides ",xterm-256color:Tc"
This is for alacritty terminal emulator + tmux + neovim but may help put you on the right track with whatever te u might be using: