Add new pkg vim-minimal

This commit is contained in:
madmaurice 2019-07-06 23:40:11 +02:00
parent c9309fc98c
commit 3b44bdc233
1 changed files with 7 additions and 0 deletions

7
vim-minimal/.vimrc Normal file
View File

@ -0,0 +1,7 @@
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