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