aboutsummaryrefslogtreecommitdiffstats
path: root/conf/vimrc
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-10-13 18:37:04 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-10-13 18:37:04 +0200
commit28c5a1047bcb23731a38da8c596c887457504ea3 (patch)
tree7c63dbcda4d4be77c03c973c242fbafa4f477e4b /conf/vimrc
parentbashrc: new catn function (diff)
downloadlaurent-tools-28c5a1047bcb23731a38da8c596c887457504ea3.tar.xz
laurent-tools-28c5a1047bcb23731a38da8c596c887457504ea3.zip
vimrc: don't set colorscheme
Diffstat (limited to '')
-rw-r--r--conf/vimrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/vimrc b/conf/vimrc
index 8558ea8..89653fc 100644
--- a/conf/vimrc
+++ b/conf/vimrc
@@ -77,9 +77,9 @@ endif
" color
"
-if &t_Co >= 256 || has("gui_running")
- colorscheme mustang
-endif
+"if &t_Co >= 256 || has("gui_running")
+" colorscheme mustang
+"endif
if &t_Co > 2 || has("gui_running")
" switch syntax highlighting on, when the terminal has colors