summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2018-04-25 20:27:04 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2018-04-25 20:27:04 +0200
commita9f0c7fd53aad3732d391da62f408716fdec4b5f (patch)
tree70b167fba89c69b61e4fecbb2d4c5351b37964ea /.vimrc
parent679bc78a76eaa0dda051fde3a789e5e84da7d55f (diff)
Added syntax highlighting back to vim
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