6 lines
103 B
VimL
6 lines
103 B
VimL
syntax on
|
|
filetype plugin indent on
|
|
set nocompatible
|
|
set t_Co=256
|
|
set expandtab tabstop=4 shiftwidth=4
|