-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gvimrc
36 lines (35 loc) · 1.17 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
"
" ~/.gvimrc
" My Vim (GUI) preference
" Maintained by Ross Timson <[email protected]>
"
" I like to build the latest Vim from src with the following:
"
" ./configure --with-features=huge \
" --prefix=/usr/local \
" --enable-gui=yes \
" --with-x \
" --enable-pythoninterp \
" --enable-multibyte \
" --enable-fontset \
" --enable-cscope \
" --disable-netbeans \
" --with-compiledby="Ross Timson <[email protected]>"
"
" To start vim without using this .vimrc file, use:
" vim -u NORC
"
" To start vim without loading any .vimrc or plugins, use:
" vim -u NONE
"
set lines=999 columns=110 " Set initial size (max height)
set guifont=Hack\ 11 " Font
set visualbell " Don't beep
set t_vb= " Don't flash
set guioptions-=T " Remove toolbar, left & right scrollbar
set guioptions-=l
set guioptions-=L
set guioptions-=r
set guioptions-=R
set guioptions+=c " Use console dialogs
colorscheme base16-atelier-lakeside " Set colour scheme