vim-go on AUR (Arch User Repository)

Last updated: June 29,2024

1. Install "vim-go" 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-go on Arch using YAY

$ yay -S vim-go

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

$ yay -Rns vim-go

2. Manually Install "vim-go" via AUR

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

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

b. Clone vim-go's git locally

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

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

$ cd ~/vim-go $ makepkg -si

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

ID: 1078519
Name: vim-go
PackageBaseID: 50021
PackageBase: vim-go
Version: 1.26-1
Description: Go development plugin for Vim
URL: https://github.com/fatih/vim-go
NumVotes: 22
Popularity: 3.0E-6
OutOfDate: 1709580368
Maintainer: arnottcr
Submitter: tzok
FirstSubmitted: 1308597498
LastModified: 1652231209
URLPath: /cgit/aur.git/snapshot/vim-go.tar.gz