summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4676e13a3825..ec1d20659dfe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = neovim-coc
license = MIT
depends = neovim
depends = nodejs
+ optdepends = npm: for installing coc extensions
+ optdepends = yarn: for installing coc extensions
provides = neovim-coc
conflicts = neovim-coc
source = https://github.com/neoclide/coc.nvim/archive/v0.0.78.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2acb3b8246f3..9618ec4911c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ arch=('any')
url='https://github.com/neoclide/coc.nvim'
license=('MIT')
depends=('neovim' 'nodejs')
+optdepends=('npm: for installing coc extensions' 'yarn: for installing coc extensions')
provides=('neovim-coc')
conflicts=('neovim-coc')
source=('https://github.com/neoclide/coc.nvim/archive/v0.0.78.tar.gz')