-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gvimrc
27 lines (24 loc) · 823 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
" -----------------------
" Macvim setting
" -----------------------
if has('gui_macvim')
set guifont=Monaco:h11 "set font and font size
set antialias
set transparency=7
set fuoptions=maxvert,maxhorz "set max height and width on the full screen mode
endif
" -----------------------
" GUI setting
" -----------------------
"lset showtabline=2 "show tab line always
set guioptions-=T "hide toolbar
set guioptions-=L "hide left scrollbar
set guioptions-=l "hide left scrollbar
set guioptions-=R "hide right scrollbar
set guioptions-=r "hide right scrollbar
set background=dark "set the background color
"set cmdheight=2 "height of command line
" https://github.com/jpo/vim-railscasts-theme
colorscheme railscasts
" Font settings
set guifont=Ricty\ Regular\ for\ Powerline:h13