summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 53dedfa3ba1f9faa50a03cc862566746a37145d8 (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 = 49acc84
	pkgrel = 2
	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