summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 47cf459708c053645bf0d2b72e1bf7020fb25109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pkgbase = vim-fzf-git
	pkgdesc = Vim plugin that integrates fzf, the fuzzy file finder
	pkgver = r476.1dcdb21
	pkgrel = 2
	url = https://github.com/junegunn/fzf.vim
	arch = any
	groups = vim-plugins
	license = MIT
	makedepends = git
	depends = vim-plugin-runtime
	depends = fzf
	optdepends = bat: syntax-highlighted preview support
	optdepends = git-delta: formatting git diff output with certain commands
	optdepends = perl: Tags and Helptags support
	optdepends = ripgrep: Rg command support
	optdepends = the_silver_searcher: Ag command support
	provides = vim-fzf
	conflicts = vim-fzf
	source = git+https://github.com/junegunn/fzf.vim
	sha256sums = SKIP

pkgname = vim-fzf-git