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