From 83c0466a896a0fbe31c155eb59fb75a48bb9be4c Mon Sep 17 00:00:00 2001 From: Mitchell Simon Date: Mon, 9 Sep 2019 09:53:26 -0400 Subject: [PATCH] Fix vim background bug with kitty; change Kitty font family --- .config/kitty/kitty.conf | 2 +- .vimrc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 9a1e599..1196e4b 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -6,7 +6,7 @@ #: individual font faces and even specify special fonts for particular #: characters. -font_family IBM Plex Mono +font_family Ligalex Mono # bold_font auto # italic_font auto # bold_italic_font auto diff --git a/.vimrc b/.vimrc index 708fff9..2befc1b 100644 --- a/.vimrc +++ b/.vimrc @@ -43,6 +43,9 @@ nnoremap n :NERDTree nnoremap w nnoremap :FZF +" next line is necessary to prevent background rendering bug with kitty term +let &t_ut='' + let g:gruvbox_italic=1 colorscheme gruvbox