summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhepark2020-07-28 18:59:01 +0800
committerSainnhepark2020-07-28 18:59:01 +0800
commit7657e61f5ee2a91ab44e3994321f0a1f028dd8d4 (patch)
tree39797618e6222b2dbea2137bac8e20736adda973
parentfdcd5568142780cac43549a625ab03480a57c307 (diff)
downloadaur-7657e61f5ee2a91ab44e3994321f0a1f028dd8d4.tar.gz
add more packages
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d8c819d64a0..75c4df17a2d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,6 @@ pkgbase = neovim-coc-extras-meta-git
pkgrel = 1
url = https://github.com/neoclide/coc.nvim
arch = any
- depends = neovim-coc-dictionary-git
depends = neovim-coc-highlight-git
depends = neovim-coc-lists-git
depends = neovim-coc-marketplace-git
@@ -12,6 +11,9 @@ pkgbase = neovim-coc-extras-meta-git
depends = neovim-coc-syntax-git
depends = neovim-coc-tag-git
depends = neovim-coc-yank-git
+ optdepends = neovim-coc-dictionary-git: words from files in &dictionary
+ optdepends = neovim-coc-word-git: words from google 10000 english repo
+ optdepends = neovim-coc-emoji-git: emoji words for markdown
optdepends = neovim-coc-pairs-git: auto pairs support
optdepends = neovim-coc-explorer-git: file/buffer explorer
optdepends = neovim-coc-git-git: git integration
diff --git a/PKGBUILD b/PKGBUILD
index 8afe8b65087a..376e17f9f711 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,16 @@ pkgrel=1
pkgdesc='Meta package to install some basic extensions for coc.nvim'
arch=(any)
url='https://github.com/neoclide/coc.nvim'
-depends=(neovim-coc-dictionary-git
- neovim-coc-highlight-git
+depends=(neovim-coc-highlight-git
neovim-coc-lists-git
neovim-coc-marketplace-git
neovim-coc-snippets-git
neovim-coc-syntax-git
neovim-coc-tag-git
neovim-coc-yank-git)
-optdepends=('neovim-coc-pairs-git: auto pairs support'
+optdepends=('neovim-coc-dictionary-git: words from files in &dictionary'
+ 'neovim-coc-word-git: words from google 10000 english repo'
+ 'neovim-coc-emoji-git: emoji words for markdown'
+ 'neovim-coc-pairs-git: auto pairs support'
'neovim-coc-explorer-git: file/buffer explorer'
'neovim-coc-git-git: git integration')