aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-10-31 11:23:14 +0100
committerMathias Bynens <mathias@qiwi.be>2014-10-31 11:23:14 +0100
commitba59d567a3aa0604c7967df69f12f3f166022553 (patch)
tree520a3e2ade44f37e6ec6059e0b5380432719fa0e
parentfecb8c6115f5ca3d1ff4656dd8a07274945ed797 (diff)
downloaddotfiles-ba59d567a3aa0604c7967df69f12f3f166022553.tar.gz
dotfiles-ba59d567a3aa0604c7967df69f12f3f166022553.tar.bz2
dotfiles-ba59d567a3aa0604c7967df69f12f3f166022553.zip
.vimrc: Enable `g:solarized_termtrans`
It improves the display in OS X Terminal.app. http://ethanschoonover.com/solarized/vim-colors-solarized Ref. #425.
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index e4c597c..25cf0d5 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,6 +1,7 @@
" Use the Solarized Dark theme
set background=dark
colorscheme solarized
+let g:solarized_termtrans=1
" Make Vim more useful
set nocompatible