commit 260c29372f0735a2f3761225f58dd73ca06837cc (patch)
parent a467d2144156472d463d839ad8083145691a99e6
Author: Alexander Karle <akarle@umass.edu>
Date: Sun, 18 Nov 2018 11:43:05 -0500
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.
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git 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
@@ -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