tv vim: prefer plugins to vim's own support files

This commit is contained in:
tv 2021-01-26 02:52:31 +01:00
parent f6993b9845
commit 0bee76d909
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ let {
set mouse=a
set noruler
set pastetoggle=<INS>
set runtimepath=$VIMRUNTIME,${extra-runtimepath}
set runtimepath=${extra-runtimepath},$VIMRUNTIME
set shortmess+=I
set showcmd
set showmatch