-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgvimrc
More file actions
46 lines (44 loc) · 1.28 KB
/
gvimrc
File metadata and controls
46 lines (44 loc) · 1.28 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
" solarized color scheme
"set background=light
"colorscheme solarized
"let g:solarized_contrast="high" "default value is normal
"let g:solarized_visibility="high" "default value is normal
"let g:solarized_menu=1
"colorscheme lucius
" GUI setting with multi-platform
if has("gui_gtk2")
set lines=34
set columns=100
"set guifont=YaHei\ Consolas\ Hybrid\ 11
set guifont=WenQuanYi\ Micro\ Hei\ Mono\ 11
"set guifont=Ubunto\ Mono\ 11
winpos 80 80
elseif has("gui_win32")
set lines=34
set columns=100
set guifont=YaHei\ Consolas\ Hybrid:h11
winpos 80 80
"transparency for win32
if executable("vimtweak.dll")
autocmd guienter * call libcallnr("vimtweak","SetAlpha",250)
endif
elseif has("gui_macvim")
set transp=1
set lines=45
set columns=130
"set linespace=2
"set guifont=Ubuntu\ Mono:h16
"set guifontwide=Source\ Han\ Sans\ SC:h16
set guifontwide=Sarasa\ Mono\ SC:h14
"set guifont=CosmicSansNeueMono:h16
"set guifont=Fantasque\ Sans\ Mono:h16
"set guifont=Monoid\ HalfTight\ Retina:h13
"set guifont=Hasklig:h14
"set guifont=InconsolataGo:h16
"set guifont=Hack:h14
"set guifont=Fira\ Code:h14
set guifont=Iosevka:h14
"set guifont=Sarasa\ Mono\ SC:h14
set macligatures
endif
map <S-Space> <PageUp>