diff --git a/configs/gvimrc b/configs/gvimrc index 86bd61d..06000d4 100644 --- a/configs/gvimrc +++ b/configs/gvimrc @@ -1,8 +1,10 @@ set guioptions=aegiLt " basically, all options, except the scrollbar, menu and toolbar -set lines=46 " number of lines, based on my screen size and font +set lines=63 " number of lines, based on my screen size and font set columns=116 " number of columns (uses most of my screen, in this case) set showtabline=2 " always show the tab line -set gfn=monofur\ for\ Powerline\ 12 " My screen size sucks, mkay? +set gfn=monofur:h15 " My screen size sucks, mkay? +set cursorline " highlight the line with the cursor +set colorcolumn=+2 " put a marker at textwidth + 2 syntax enable set background=light @@ -10,4 +12,5 @@ set background=light "colorscheme lazy "color vylight "color rdark " colorscheme -color busybee +""color busybee +color mustang