You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
457 B
13 lines
457 B
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 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? |
|
|
|
syntax enable |
|
set background=light |
|
|
|
"colorscheme lazy |
|
"color vylight |
|
"color rdark " colorscheme |
|
color busybee
|
|
|