From 863a7ba379d2fff6969014dd6e42a770f33630b5 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 3 Oct 2016 23:00:48 +1100 Subject: [PATCH] Include a .gvimrc, apparently I totally forgot earlier --- .gvimrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gvimrc diff --git a/.gvimrc b/.gvimrc new file mode 100644 index 0000000..fcdcbee --- /dev/null +++ b/.gvimrc @@ -0,0 +1,13 @@ +set guifont=Monoid\ Regular:h12 + +set guioptions-=m +set guioptions-=T +set guioptions-=r +set guioptions-=L + +if has('transparency') + set transparency=10 +endif + +hi CursorLine gui=bold +hi Comment gui=italic