How to download and setup vim8-pack
Open terminal and run command
git clone https://github.com/mkarpoff/vim8-pack.git
git clone is used to create a copy or clone of vim8-pack repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with vim8-pack https://github.com/mkarpoff/vim8-pack/archive/master.zip
Or simply clone vim8-pack with SSH
[email protected]:mkarpoff/vim8-pack.git