aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorHumphrey Lin <[email protected]>2020-11-23 13:00:31 +0800
committerHumphrey Lin <[email protected]>2020-11-23 13:00:31 +0800
commit79035ca45fa13628fd8c34c369d6a8cbc22068b4 (patch)
treefc0b044b7b79d52e2244e2ae5db86770423577d2 /.vimrc
parent43246f81ae9f06f80ca1473f3322760d6be8a241 (diff)
downloaddotfiles-79035ca45fa13628fd8c34c369d6a8cbc22068b4.tar.gz
dotfiles-79035ca45fa13628fd8c34c369d6a8cbc22068b4.tar.bz2
dotfiles-79035ca45fa13628fd8c34c369d6a8cbc22068b4.zip
Updated on Nov 23 2020
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index ba69b13..e60af53 100644
--- a/.vimrc
+++ b/.vimrc
@@ -16,8 +16,12 @@ set completeopt=menu,menuone
" MacVim
-set guifont=Monaco:h16
-set transparency=30
+if has("gui_running")
+ if has("gui_macvim")
+ set guifont=Monaco:h16
+ set transparency=10
+ endif
+endif
" Identation