1
0
Fork 0

Improve gvimrc

Not really using it, but why have it be different from my console.
This commit is contained in:
Basti 2018-04-17 10:57:01 +02:00
parent e1a9ea6458
commit e15d204347
1 changed files with 2 additions and 4 deletions

6
gvimrc
View File

@ -1,4 +1,4 @@
set guifont=Inconsolata:h14 " Font family and font size. set guifont=Monospace\ 14 " Font family and font size.
set antialias " MacVim: smooth fonts. set antialias " MacVim: smooth fonts.
set encoding=utf-8 " Use UTF-8 everywhere. set encoding=utf-8 " Use UTF-8 everywhere.
set guioptions-=T " Hide toolbar. set guioptions-=T " Hide toolbar.
@ -7,6 +7,4 @@ set lines=50 columns=180 " Window dimensions.
set guioptions-=r " Don't show right scrollbar set guioptions-=r " Don't show right scrollbar
" set background=light colorscheme smyck
" colorscheme solarized
colorscheme topfunky-light