summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 445dec0d69c03296fa4835781b5745e29df26d06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgbase = vim-fzf-git
	pkgdesc = Vim plugin that integrates fzf, the fuzzy file finder
	pkgver = r429.02a192e
	pkgrel = 1
	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
	source = git+https://github.com/junegunn/fzf.vim
	md5sums = SKIP

pkgname = vim-fzf-git