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