/install-nvim-pm

An one-liner bash script to install various neovim plugin manager

Primary LanguageShell

Inspired by install-node, this is an one-liner bash script to install various neovim plugin manager.

Usage

Demo

Create an alias

alias install-nvim-pm="curl -sfLS https://install-nvim-pm.vercel.app | bash -s --"

Or

Place it in your $PATH

curl -sfLo ~/.local/bin/install-nvim-pm https://install-nvim-pm.vercel.app
chmod +x ~/.local/bin/install-nvim-pm

Reason

Have 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" }