vim-plug on AUR (Arch User Repository)

Last updated: November 08,2024

1. Install "vim-plug" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install vim-plug on Arch using YAY

$ yay -S vim-plug

* (Optional) Uninstall vim-plug on Arch using YAY

$ yay -Rns vim-plug

2. Manually Install "vim-plug" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone vim-plug's git locally

$ git clone https://aur.archlinux.org/vim-plug.git ~/vim-plug

c. Go to ~/vim-plug folder and install it

$ cd ~/vim-plug $ makepkg -si

3. Information about the vim-plug package on Arch User Repository (AUR)

ID: 1037100
Name: vim-plug
PackageBaseID: 95802
PackageBase: vim-plug
Version: 0.11.0-1
Description: A vim plugin manager
URL: http://github.com/junegunn/vim-plug
NumVotes: 50
Popularity: 0.225033
OutOfDate:
Maintainer: noblehelm
Submitter: oozyslug
FirstSubmitted: 1436526714
LastModified: 1644939578
URLPath: /cgit/aur.git/snapshot/vim-plug.tar.gz