vim-tips on AUR (Arch User Repository)

Last updated: September 21,2024

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

$ yay -S vim-tips

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

$ yay -Rns vim-tips

2. Manually Install "vim-tips" via AUR

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

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

b. Clone vim-tips's git locally

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

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

$ cd ~/vim-tips $ makepkg -si

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

ID: 1152271
Name: vim-tips
PackageBaseID: 186589
PackageBase: vim-tips
Version: 0.4-1
Description: Display tips at Vim startup
URL: https://github.com/michaelb/vim-tips
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: VannTen
Submitter: VannTen
FirstSubmitted: 1665754732
LastModified: 1665754732
URLPath: /cgit/aur.git/snapshot/vim-tips.tar.gz