-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gvimrc
63 lines (48 loc) · 1.21 KB
/
.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
" echo $VIM
" echo $HOME
" echo $VIMRUNTIME
"
" ~/.vimrc
" ~/.gvimrc
" ~/Applications/MacVim/MacVim.app/Contents/Resources/vim/vimrc
" ~/Applications/MacVim/MacVim.app/Contents/Resources/vim/gvimrc
" ~/Applications/MacVim/MacVim.app/Contents/Resources/vim/.vimrc
" ~/Applications/MacVim/MacVim.app/Contents/Resources/vim/.gvimrc
"set background=dark
"set background=light
"" ~/.vim/colors/
""
"" (preview) http://daylerees.github.io
"" (download) https://github.com/daylerees/colour-schemes
""
"" http://vimcolors.com
""
"colorscheme slate
"colorscheme macvim
"colorscheme snappy-light
"colorscheme oceandeep
"colorscheme Sunburst
"colorscheme legacy
"colorscheme keen " modified
"colorscheme Tomorrow
colorscheme one
"set guifont=Microsoft\ YaHei:h12
"set guifont=Menlo:h14
set guifont=Menlo:h12
set lines=44
set columns=86
set cursorline
"set guifont=Inziu\ Iosevka\ SC:h12
"set lines=44
"set columns=96
winpos 320 40
"set go= "close all
set guioptions-=T "toolbar
set guioptions-=m "menu bar
set guioptions-=r "scrollbar right
set guioptions-=L "scrollbar left
"set guitablabel=%f " %t: only file name
"set transparency=6
"hi Cursor guibg=#d33682 guifg=white
"hi Visual guibg=white guifg=#df448f
"hi StatusLine guifg=#d33682