Package Details: vim-coc 0.0.82-5

Git Clone URL: https://aur.archlinux.org/vim-coc.git (read-only, click to copy)
Package Base: vim-coc
Description: Intellisense engine for Vim8 & Neovim, full language server protocol support as VSCode
Upstream URL: https://github.com/neoclide/coc.nvim
Keywords: coc.nvim
Licenses: MIT
Conflicts: vim-coc
Provides: vim-coc
Submitter: sainnhe
Maintainer: sainnhe (xiota)
Last Packager: sainnhe
Votes: 5
Popularity: 0.000001
First Submitted: 2020-07-26 04:11 (UTC)
Last Updated: 2023-10-18 04:49 (UTC)

Pinned Comments

sainnhe commented on 2021-02-19 06:13 (UTC) (edited on 2023-01-31 13:07 (UTC) by sainnhe)

Note: Execute :packadd coc.nvim to load coc.nvim.


I created 4 packages for coc.nvim, you can install one of them according to your preference:

  1. vim-coc: Stable release compiled from the master branch.
  2. vim-coc-git: Development version compiled from the master branch.
  3. vim-coc-bin: Stable release based on the release branch, no need to compile.
  4. vim-coc-bin-git: Development version based on the release branch, no need to compile.

Note that the development of the release branch often lags behind the master branch.


For feature workspace_didChangeWatchedFiles to work, you'll need to install watchman, see this wiki page for more information.


Coc uses either npm or yarn to install extensions, so if you want to install coc extensions using :CocInstall provided by coc, you'll need to install one of them.


The :CocInstall command installs extensions to ~/.config/coc that are only available for current user. If you want to install the extensions to /usr/share that are available for all users, I created some packages for some popular extensions, you can consider to install them from AUR. By this way, you don't need to install npm or yarn.

Due to my lack of personal time, I only created the development versions of these packages with -git postfix.

In addition, I selected some extensions that I think are very basic, you can consider to install them: vim-coc-extras-meta-git

If you need an extension that is not in AUR currently, leave a comment here and I'll try to create a package for it when I have time.

Latest Comments

sainnhe commented on 2023-10-18 04:51 (UTC)

@ioangogo: Thanks! Should be fixed now.

ioangogo commented on 2023-10-17 13:05 (UTC)

Hi, the dependency nodejs-lts-gallium seems to no longer exist(not sure when this happened) thus causing anything depending on this to fail.

sainnhe commented on 2022-12-09 23:23 (UTC)

@nighi: Yes, you need to use the lts version to build this package, but you can. switch to community/nodejs after successfully building this package.

See discussion in https://aur.archlinux.org/packages/neovim-coc

nighi commented on 2022-12-09 16:34 (UTC)

I wanted to update from 0.0.82-1 to 0.0.82-3 and I had the make-dep nodejs-lts-gallium conflicting with my local installed nodejs (version 19.2.0-1). Is this particular lts version really needed for building?

sainnhe commented on 2021-02-19 06:13 (UTC) (edited on 2023-01-31 13:07 (UTC) by sainnhe)

Note: Execute :packadd coc.nvim to load coc.nvim.


I created 4 packages for coc.nvim, you can install one of them according to your preference:

  1. vim-coc: Stable release compiled from the master branch.
  2. vim-coc-git: Development version compiled from the master branch.
  3. vim-coc-bin: Stable release based on the release branch, no need to compile.
  4. vim-coc-bin-git: Development version based on the release branch, no need to compile.

Note that the development of the release branch often lags behind the master branch.


For feature workspace_didChangeWatchedFiles to work, you'll need to install watchman, see this wiki page for more information.


Coc uses either npm or yarn to install extensions, so if you want to install coc extensions using :CocInstall provided by coc, you'll need to install one of them.


The :CocInstall command installs extensions to ~/.config/coc that are only available for current user. If you want to install the extensions to /usr/share that are available for all users, I created some packages for some popular extensions, you can consider to install them from AUR. By this way, you don't need to install npm or yarn.

Due to my lack of personal time, I only created the development versions of these packages with -git postfix.

In addition, I selected some extensions that I think are very basic, you can consider to install them: vim-coc-extras-meta-git

If you need an extension that is not in AUR currently, leave a comment here and I'll try to create a package for it when I have time.