How to download and setup vim-packs
Open terminal and run command
git clone https://github.com/mg979/vim-packs.git
git clone is used to create a copy or clone of vim-packs 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 vim-packs https://github.com/mg979/vim-packs/archive/master.zip
Or simply clone vim-packs with SSH
[email protected]:mg979/vim-packs.git