-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgvimrc
27 lines (27 loc) · 807 Bytes
/
gvimrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
" Include the contents of the ~/.vimrc file
source ~/.vimrc
"
" Now add gvim-specific settings
"
" set lines=40
" set columns=80
" Linux font specification: Consolas\ 12
" Mac font specification: Consolas:h13.00
set guifont=Consolas\ 12,Consolas:h13.00,DejaVu\ Sans\ Mono\ 11,DejaVu\ Sans\ Mono:h13.00
" Override colorscheme for GUI editor. Here are some that I like
" DARK SCHEMES:
" calmar256-dark (really green)
" desert (very nice and included with standard colors)
" earendel
" navajo-night
" peaksea
" spiderhawk
" LIGHT SCHEMES:
" dual (good in gvim/mvim)
" google (good in terminal)
" colorscheme desert
" DUAL SCHEMES:
" solarized (swith via set background=light|dark)
" hemisu (swith via set background=light|dark)
set background=dark
colorscheme hemisu