Save the file and restart Vim. Type the command :PlugInstall and press Enter. Vim-plug will automatically download the listed plugins into the ~/.vim/plugged directory. Other Notable Managers junegunn/vim-plug: :hibiscus: Minimalist Vim Plugin Manager
Plugin managers are the easiest and most common way to download and manage extensions. They automate the process of cloning GitHub repositories and updating your files. Vim-plug (Most Popular) how to download vim plugins
Open your ~/.vimrc file (or create it) and add the following block: Save the file and restart Vim