summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 7b582ecb4f3371ebfa82bbdd6d0bccbaae0b66f2 (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 = 4ecf2a2
	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