tv vim: prefer plugins to vim's own support files
This commit is contained in:
parent
f6993b9845
commit
0bee76d909
@ -72,7 +72,7 @@ let {
|
|||||||
set mouse=a
|
set mouse=a
|
||||||
set noruler
|
set noruler
|
||||||
set pastetoggle=<INS>
|
set pastetoggle=<INS>
|
||||||
set runtimepath=$VIMRUNTIME,${extra-runtimepath}
|
set runtimepath=${extra-runtimepath},$VIMRUNTIME
|
||||||
set shortmess+=I
|
set shortmess+=I
|
||||||
set showcmd
|
set showcmd
|
||||||
set showmatch
|
set showmatch
|
||||||
|
Loading…
Reference in New Issue
Block a user