Fix vim background bug with kitty; change Kitty font family

This commit is contained in:
Mitchell Simon 2019-09-09 09:53:26 -04:00
parent 3261879478
commit 83c0466a89
2 changed files with 4 additions and 1 deletions

View File

@ -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

3
.vimrc
View File

@ -43,6 +43,9 @@ nnoremap <leader>n :NERDTree<cr>
nnoremap <leader>w <C-w>
nnoremap <C-p> :FZF<cr>
" next line is necessary to prevent background rendering bug with kitty term
let &t_ut=''
let g:gruvbox_italic=1
colorscheme gruvbox