Skip to content

VladPetriv/setup-neovim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-nvim

setup-nvim is a simple cli utility for setup your neovim by configs from open source repositories.

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.
  • Detect already installed package managers and ask permission for deleting them.

How to install ✅?

  1. Clone the repository:
  git clone git@github.com: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