8 lines
167 B
VimL
8 lines
167 B
VimL
|
syntax enable
|
||
|
set ts=2 sw=2 si ai number hlsearch incsearch expandtab
|
||
|
set shortmess=I
|
||
|
let g:netrw_liststyle = 3
|
||
|
let g:netrw_banner = 0
|
||
|
set shortmess=at
|
||
|
set nohlsearch
|