summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: cfd1edcd6c3008dad3c541b1afe015e30abdb49b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkgbase = nvim-cmp
	pkgdesc = A completion plugin for neovim coded in Lua.
	pkgver = 8f92f57
	pkgrel = 1
	url = https://github.com/hrsh7th/nvim-cmp
	arch = any
	groups = neovim-plugins
	license = MIT
	makedepends = git
	depends = neovim
	depends = lua
	depends = cmp-nvim-lsp
	depends = cmp-buffer
	source = git+https://github.com/hrsh7th/nvim-cmp
	sha256sums = SKIP

pkgname = nvim-cmp