Inspired by install-node, this is an one-liner bash script to install various neovim plugin manager.
alias install-nvim-pm="curl -sfLS https://install-nvim-pm.vercel.app | bash -s --"Or
curl -sfLo ~/.local/bin/install-nvim-pm https://install-nvim-pm.vercel.app
chmod +x ~/.local/bin/install-nvim-pmHave you ever want to try another neovim plugin manager but it's a hassle to create new bootstrap for that plugin?
That's also want I experienced. Now I can just place this script in $PATH and do this to my neovim config:
vim.fn.system { "install-nvim-pm", "-y", "dep" }