Open pmatulis opened 10 months ago
Hi there, I had the same problem as you but the tips in this issue fixed it for me:
echo -e "\e[3mItalic"
shows in italic. This takes NeoVim out of the equation to make sure that your terminal is set up rightecho $TERM
is xterm-256color
. My tmux config set this value to screen-256color
and this made italic text not work. set -g default-terminal "xterm-256color"
in your .tmux.conf.Hope something of this helps!
I'm using Alacritty as my terminal emulator, Tmux as my terminal multiplexor, Neovim as my editor, and Nert Font JetBrainsMono as my font. In the beginning, when first testing Kanagawa, I had italics for comments. Somewhere along the line I lost them. I've disabled the treesitter Neovim plugin as I thought that it might be interfering, but without success. I have the following in my Kanagawa config:
Can you advise what should I be looking at?