fisadev/fisa-nvim-config

vim-scripts is no longer supported by vim-plug

Closed this issue · 2 comments

Because of junegunn/vim-plug#625 vim-plug won't support http://vim-scripts.org anymore. But in the config there are still the commands Plug "IndexedSearch" and Plug "YankRing" which results in this warning when nvim starts:

[vim-plug] Invalid argument: IndexedSearch (implicit `vim-scripts' expansion is deprecated)
[vim-plug] Invalid argument: YankRing.vim (implicit `vim-scripts' expansion is deprecated)

True, thanks for bringing this up. I've fixed it and included it in the new beta :) (v9.5)

Thanks 🎉