-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgvimrc
More file actions
38 lines (32 loc) · 992 Bytes
/
gvimrc
File metadata and controls
38 lines (32 loc) · 992 Bytes
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
set go-=T "no toolbar
set go-=m "no menubar
set encoding=utf-8
if has("gui_running")
if has("gui_gtk2")
"set guifont=Anonymous\ Pro\ for\ Powerline\ 16
set guifont=Inconsolata-dz\ for\ Powerline\ 13
"set guifont=Droid\ Sans\ Mono\ for\ Powerline\ 14
elseif has("gui_photon")
set guifont=Droid\ Sans\ Mono\ Regular:s12
elseif has("gui_kde")
set guifont=Droid\ Sans\ Mono\ Regular/12/-1/5/50/0/0/0/1/0
elseif has("gui_win32")
"set guifont=Inconsolata-dz\ for\ Powerline:h13
set guifont=Consolas:h13
elseif has("gui_macvim")
set guifont=Meslo\ LG\ M\ Regular\ for\ Powerline:h16
elseif has("x11")
set guifont=-*-courier-medium-r-normal-*-*-180-*-*-m-*-*
else
set guifont=Droid\ Sans\ Mono\ Regular:h12:cDEFAULT
endif
endif
"set encoding=utf-8
"set guifont=Consolas:h11
"set guifont=droid_sans_mono_for_powerline:h10
colorscheme vibrantink
"colorscheme badwolf
"colorscheme vibrantink
set vb t_vb=
au FocusLost * :wa
syntax enable