comments and enabled syntax highlighting
This commit is contained in:
parent
5d6ce3add4
commit
c24830aa31
1 changed files with 7 additions and 0 deletions
7
vimrc
7
vimrc
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue