1
0
mirror of https://github.com/akelge/vim synced 2025-07-12 01:22:10 +00:00

Cleanup of plugins

Small changes
This commit is contained in:
Andrea Mistrali
2015-07-15 15:13:28 +02:00
parent 60dac8bb01
commit bf2ab4da8d
4 changed files with 9 additions and 272 deletions

14
gvimrc
View File

@ -4,7 +4,14 @@
" $Id$
"
set guifont=Monaco\ 11
if has('mac') || has('macunix')
set guifont=Monaco:h11
set fuoptions=maxvert,maxhorz
set transparency=4
else
set guifont=Monaco\ 11
endif
set anti
set lines=45 " Change in vimrc.local
set columns=90 " Change in vimrc.local
@ -18,11 +25,6 @@ set guitablabel=%!GuiTabLabel()
set guitabtooltip=%!GuiTabToolTip()
set background=dark
if has('mac') || has('macunix')
set guifont=Monaco:h11
set fuoptions=maxvert,maxhorz
set transparency=4
endif
set guioptions-=T
set guioptions+=a