Add new pkg vim-minimal
This commit is contained in:
parent
c9309fc98c
commit
3b44bdc233
1 changed files with 7 additions and 0 deletions
7
vim-minimal/.vimrc
Normal file
7
vim-minimal/.vimrc
Normal 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
|
Loading…
Reference in a new issue