completion-nvim on AUR (Arch User Repository)

Last updated: September 29,2024

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

$ yay -S completion-nvim

* (Optional) Uninstall completion-nvim on Arch using YAY

$ yay -Rns completion-nvim

2. Manually Install "completion-nvim" via AUR

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

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

b. Clone completion-nvim's git locally

$ git clone https://aur.archlinux.org/completion-nvim.git ~/completion-nvim

c. Go to ~/completion-nvim folder and install it

$ cd ~/completion-nvim $ makepkg -si

3. Information about the completion-nvim package on Arch User Repository (AUR)

ID: 977720
Name: completion-nvim
PackageBaseID: 171910
PackageBase: completion-nvim
Version: 87b0f86-1
Description: A async completion framework aims to provide completion to neovim.
URL: https://github.com/nvim-lua/completion-nvim
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: ZhangHua
FirstSubmitted: 1633960052
LastModified: 1634873938
URLPath: /cgit/aur.git/snapshot/completion-nvim.tar.gz