comments and enabled syntax highlighting

main
mandlm 2016-09-24 01:22:54 +02:00
parent 5d6ce3add4
commit c24830aa31
1 changed files with 7 additions and 0 deletions

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