summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index dc41cf7..7a40954 100644
--- a/.vimrc
+++ b/.vimrc
@@ -46,6 +46,8 @@ set laststatus=2
set noshowmode
set number
+syntax enable
+
" These two should be the same value, tabstop should be unchanged
set softtabstop=4
set shiftwidth=4