Cross platform and Neo(Vim) autoloader script snippet for vim-plug plugin
" Original code borrowed from: https://www.rosipov.com/blog/cross-platform-vim-plug-setup/ " Original code borrowed from: https://www.amazon.ca/Mastering-Vim-software-development-environment-ebook/dp/B07HHD55H2/ref=sr_1_1?dchild=1&keywords=mastering+vim+build+a+software&qid=1613709804&sr=8-1
This is a code snippet that I use to auto download vim-plug on Windows and Linux for either Vim or NeoVim.
I share my configuration between Vim8 and Neovim.
Comments and PRs welcome, this has not been properly tested again on Windows.