-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgvimrc
27 lines (21 loc) · 989 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
" set guifont=Sauce\ Code\ Powerline\ Plus\ Nerd\ File\ Types:h12
set guifont=Meslo\ LG\ L\ DZ\ Regular\ for\ Powerline\ Plus\ Nerd\ File\ Types\ Mono\ Plus\ Font\ Awesome\ Plus\ Octicons\ Plus\ Pomicons\ Windows\ Compatible:h12
" Make gvim set some usefull size when it's start
set lines=50
set columns=110 " characters per line = 100
winpos 300 0
set guioptions-=T " no toolbar
set guioptions-=r " no right scrollbar
set guioptions-=m " no menu
set guioptions-=L " no left scrollbar when v.split
set background=dark
colorscheme material-theme
" colorscheme gruvbox
" -----------------------------------------------------------------------------
" Hacks
" -----------------------------------------------------------------------------
" This is a hack for the nasty vim screen flash/blink
set vb t_vb=
set guioptions+=lrbmTLce
set guioptions-=lrbmTLce
set guioptions+=c