diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-04-25 20:27:04 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-04-25 20:27:04 +0200 |
commit | a9f0c7fd53aad3732d391da62f408716fdec4b5f (patch) | |
tree | 70b167fba89c69b61e4fecbb2d4c5351b37964ea | |
parent | 679bc78a76eaa0dda051fde3a789e5e84da7d55f (diff) |
Added syntax highlighting back to vim
-rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |