15 lines
115 B
VimL
15 lines
115 B
VimL
|
filetype indent plugin on
|
||
|
|
||
|
syntax on
|
||
|
|
||
|
set autoindent
|
||
|
|
||
|
set tabstop=2
|
||
|
|
||
|
|
||
|
set nonumber
|
||
|
|
||
|
set mouse=
|
||
|
|
||
|
set encoding=utf-8
|