Skip to content

Commit

Permalink
macos now ships a ncurses with codes for italics
Browse files Browse the repository at this point in the history
  • Loading branch information
lepistone committed Nov 10, 2021
1 parent e31ad0e commit 903f98d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ else
let &t_SR = "\<Esc>]50;CursorShape=2\x7"
endif

" These codes for italics should come automatically from termcap, but with the
" older ncurses version included in macos, they don't work properly.
set t_ZH=
set t_ZR=

set termguicolors
let g:gruvbox_italic = 1
colorscheme gruvbox " i quickly tried onedark, but quickly came back to gruvbox
Expand Down

0 comments on commit 903f98d

Please sign in to comment.