Stop using viminfo

This commit is contained in:
Anthony Rose 2017-04-07 13:55:48 +01:00
parent 779768c151
commit 3d9664781b

4
vimrc
View file

@ -96,10 +96,6 @@ if has("lua")
let g:neocomplete#enable_at_startup=1
endif
if !empty(&viminfo)
set viminfo^=!
endif
if &t_Co == 8 && $TERM !~# '^linux\|^Eterm'
set t_Co=16
endif