Categorygithub.com/VladPetriv/setup-neovim
repository
0.2.2
Repository: https://github.com/vladpetriv/setup-neovim.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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:

Video example of how it works

Features 🤔

  • Copy neovim configs from Github and GitLab by HTTP or SSH 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 ✅?

  1. Clone the repository:
  git clone [email protected]:VladPetriv/setup-neovim.git
  1. Go to repository directory:
  cd setup-neovim
  1. Run the installation command via make:
  make install
  1. Start using:
  setup-nvim

How to uninstall ❌?

  1. Go to repository directory:
  cd setup-neovim
  1. Run the uninstalling command via make:
  make uninstall