configfiles/vim-minimal/.vimrc

8 lines
167 B
VimL
Raw Normal View History

2019-07-06 23:40:11 +02:00
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