italics shouldn't need fixings anymore

This commit is contained in:
Felix Pankratz 2024-07-28 12:33:23 +02:00
parent 98b4e4b118
commit f7a964034d

4
nvimrc
View File

@ -99,8 +99,8 @@ nnoremap <C-p> :Files<Cr>
au BufNewFile,BufRead *.ps1 set fileencoding=cp1252
" try fixing italics?
set t_ZH=^[[3m
set t_ZR=^[[23m
"set t_ZH=^[[3m
"set t_ZR=^[[23m
" persistent undo
if has('persistent_undo')