mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 04:17:22 +00:00
Fix vim background bug with kitty; change Kitty font family
This commit is contained in:
parent
3261879478
commit
83c0466a89
2 changed files with 4 additions and 1 deletions
|
|
@ -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
3
.vimrc
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue