summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 55ba590..19a165f 100644
--- a/.vimrc
+++ b/.vimrc
@@ -11,6 +11,10 @@ if &t_Co <= 8
else
colorscheme Mustang
endif
+" syntax coloring when supporting terminal
+if &t_Co > 2
+ syntax on
+endif
" More general stuff
set nu