7 lines
71 B
VimL
7 lines
71 B
VimL
set ts=2
|
|
set sw=2
|
|
set number
|
|
set showmode
|
|
set showmatch
|
|
set autoindent
|