mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-22 23:29:36 +01:00
Make italic text work in neovim
https://github.com/neovim/neovim/issues/13188
This commit is contained in:
parent
43be0b1683
commit
dc8fbd0ffc
@ -42,6 +42,7 @@ fg("IndentBlanklineChar", line)
|
||||
-- misc --
|
||||
fg("LineNr", grey)
|
||||
fg("Comment", grey)
|
||||
vim.cmd("highlight Comment gui=italic")
|
||||
fg("NvimInternalError", red)
|
||||
fg("VertSplit", line)
|
||||
fg("EndOfBuffer", black)
|
||||
|
@ -62,7 +62,7 @@ bind -n C-x setw synchronize-panes
|
||||
bind-key -n C-S-Left swap-window -t -1\; select-window -t -1
|
||||
bind-key -n C-S-Right swap-window -t +1\; select-window -t +1
|
||||
|
||||
set -g default-terminal "screen-256color"
|
||||
set -g default-terminal "tmux-256color"
|
||||
# tell Tmux that outside terminal supports true color
|
||||
set -ga terminal-overrides ",xterm-256color*:Tc"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user