8 lines
79 B
VimL
8 lines
79 B
VimL
set number
|
|
set ts=4
|
|
set ai
|
|
set shiftwidth=4
|
|
set expandtab
|
|
set nowrap
|
|
syntax on
|