nvim-cmp on AUR (Arch User Repository)

Last updated: November 24,2024

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

$ yay -S nvim-cmp

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

$ yay -Rns nvim-cmp

2. Manually Install "nvim-cmp" via AUR

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

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

b. Clone nvim-cmp's git locally

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

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

$ cd ~/nvim-cmp $ makepkg -si

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

ID: 977719
Name: nvim-cmp
PackageBaseID: 171945
PackageBase: nvim-cmp
Version: 8f92f57-1
Description: A completion plugin for neovim coded in Lua.
URL: https://github.com/hrsh7th/nvim-cmp
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: ZhangHua
FirstSubmitted: 1634100189
LastModified: 1634873758
URLPath: /cgit/aur.git/snapshot/nvim-cmp.tar.gz