comments and enabled syntax highlighting

This commit is contained in:
Michael Mandl 2016-09-24 01:22:54 +02:00
parent 5d6ce3add4
commit c24830aa31

7
vimrc
View file

@ -1,6 +1,13 @@
" auto indent
filetype plugin indent on filetype plugin indent on
" enable syntax highlighting
syntax on
" tabwidth
set tabstop=4 set tabstop=4
set shiftwidth=4 set shiftwidth=4
" line numbers
set number set number