# README
setup-nvim
setup-nvim is a simple cli utility for setup your neovim by configs from open source repositories.
Video example of how it works:
Features 🤔
- Copy neovim configs from Github and GitLab by
HTTP
orSSH
links - Auto extract neovim config from repository if it's not main directory
- Install package managers [Packer, VimPlug]
- Validation for URL
- Validation for repository files
- Colored input and output
- Check if config already exists and ask permission for deleting it
How to install ✅?
- Clone the repository:
git clone [email protected]:VladPetriv/setup-neovim.git
- Go to repository directory:
cd setup-neovim
- Run the installation command via
make
:
make install
- Start using:
setup-nvim
How to uninstall ❌?
- Go to repository directory:
cd setup-neovim
- Run the uninstalling command via
make
:
make uninstall