vim-deoplete on AUR (Arch User Repository)

Last updated: June 29,2024

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

$ yay -S vim-deoplete

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

$ yay -Rns vim-deoplete

2. Manually Install "vim-deoplete" via AUR

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

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

b. Clone vim-deoplete's git locally

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

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

$ cd ~/vim-deoplete $ makepkg -si

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

ID: 975534
Name: vim-deoplete
PackageBaseID: 172119
PackageBase: neovim-deoplete
Version: 6.1-1
Description: Dark powered asynchronous completion framework
URL: https://github.com/shougo/deoplete.nvim
NumVotes: 2
Popularity: 2.0E-6
OutOfDate:
Maintainer:
Submitter: lmartinez-mirror
FirstSubmitted: 1634456336
LastModified: 1634456384
URLPath: /cgit/aur.git/snapshot/vim-deoplete.tar.gz