comments and enabled syntax highlighting

This commit is contained in:
mandlm 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
" enable syntax highlighting
syntax on
" tabwidth
set tabstop=4
set shiftwidth=4
" line numbers
set number