From 260c29372f0735a2f3761225f58dd73ca06837cc Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Sun, 18 Nov 2018 11:43:05 -0500 Subject: [PATCH] vim: Inconsolata everywhere! I've settled on Inconsolata as a nice font that is both appealing and open source. It does not have an italic font, but this is a pro in some sense because the amount of time I've spent getting italics in different terminal emulators makes me cringe. --- vim/gvimrc | 2 +- vim/vimrc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/vim/gvimrc b/vim/gvimrc index 3b10ec6..db46c67 100644 --- a/vim/gvimrc +++ b/vim/gvimrc @@ -14,7 +14,7 @@ set guicursor=a:blinkon0 " Don't blink the cursor (not my thang) if has('gui_macvim') set guifont=Inconsolata:h15 else - set guifont=Consolas:h11 + set guifont=Inconsolata:h11 end " Bigger size on startup diff --git a/vim/vimrc b/vim/vimrc index cb54a01..d0d23a4 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -87,7 +87,6 @@ set listchars=space:·,tab:>–,trail:~,eol:¬ " if can use truecolor, do if (has("termguicolors") || has('gui_running')) && \ filereadable(s:vimdir . "/bundle/gruvbox/colors/gruvbox.vim") - let g:gruvbox_italic = 1 set termguicolors colorscheme gruvbox -- libgit2 0.28.4