summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index c39c1d7..b8fb2b3 100644
--- a/.vimrc
+++ b/.vimrc
@@ -69,3 +69,11 @@ endif
" Show a marker to help identify the 80 char limit
set colorcolumn=80
+
+" Use color terminal if available
+if &t_Co > 2
+ set t_Co=256
+endif
+
+" Always show line numbering
+set nu