blob: b18b4faaf89d3e26d7c2e7f39552ec155675c151 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = neovim-coc-bin-git
pkgdesc = Intellisense engine for Vim8 & Neovim, full language server protocol support as VSCode
pkgver = 0.0.82.r178.gb4735a63
pkgrel = 1
url = https://github.com/neoclide/coc.nvim
arch = any
license = MIT
makedepends = git
depends = neovim
depends = nodejs
optdepends = npm: for installing coc extensions
optdepends = yarn: for installing coc extensions
optdepends = watchman: for workspace_didChangeWatchedFiles feature
provides = neovim-coc
conflicts = neovim-coc
source = git+https://github.com/neoclide/coc.nvim.git#branch=release
sha256sums = SKIP
pkgname = neovim-coc-bin-git
|