Search Criteria
Package Details: vim-fzf-git r476.1dcdb21-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/vim-fzf-git.git (read-only, click to copy) |
|---|---|
| Package Base: | vim-fzf-git |
| Description: | Vim plugin that integrates fzf, the fuzzy file finder |
| Upstream URL: | https://github.com/junegunn/fzf.vim |
| Keywords: | fzf vim |
| Licenses: | MIT |
| Groups: | vim-plugins |
| Conflicts: | vim-fzf |
| Provides: | vim-fzf |
| Submitter: | mherzberg |
| Maintainer: | MikeWalrus |
| Last Packager: | MikeWalrus |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-08-21 12:00 (UTC) |
| Last Updated: | 2023-06-25 04:18 (UTC) |
Dependencies (8)
- fzf (fzf-gitAUR)
- vim-plugin-runtime (nvim-with-restricted-modeAUR, vim-cli-gitAUR, vim-gitAUR, neovim-nightlyAUR, neovim-gitAUR, neovim-laterAUR, neovim-zig-gitAUR, neovim-nightly-binAUR, gvim, neovim, vim)
- git (git-gitAUR, git-glAUR) (make)
- bat (bat-cat-gitAUR) (optional) – syntax-highlighted preview support
- git-delta (optional) – formatting git diff output with certain commands
- perl (perl-gitAUR) (optional) – Tags and Helptags support
- ripgrep (ripgrep-gitAUR) (optional) – Rg command support
- the_silver_searcher (silver-searcher-gitAUR) (optional) – Ag command support
Required by (2)
- neovim-lspfuzzy-git (requires vim-fzf) (optional)
- vim-cmake4vim-git (requires vim-fzf) (optional)
Latest Comments
lmartinez-mirror commented on 2021-03-19 02:04 (UTC)
Good catch, thanks! Pushing an update.
NBonaparte commented on 2021-03-18 23:51 (UTC)
Shouldn't the
bin/files be executable? Otherwise, the preview display doesn't work.ixil commented on 2019-09-12 04:07 (UTC)
@mherzberg , apologies, I missed the extra
./fzf/directory. I'm not sure what conflict I had in January (or if there even were one) and the latest one was merely because I was trying to test a bugfix fromfzf-git- which as you rightly point out is erroneous, in not following the community fzf package (I have commented on that package - since it breaks the package as working alternative dependency). IMO upstream should probably have made the naming of the fzf.vim files a little clearer. Anyway, again, sorry for the noise.mherzberg commented on 2019-09-10 11:41 (UTC)
@ixil again, what error do you get, exactly? This package,
vim-fzf-git, installs thefzf.vimfile into/usr/share/vim/vimfiles/plugin/fzf/fzf.vim, which is a different location than thefzfpackage, so I do not see how you get a conflict. If thefzf-gitpackage does something differently thanfzf, then that seems to be an issue withfzf-gitto me.ixil commented on 2019-09-09 17:09 (UTC)
Unfortunately the
junegunn/fzfrepository has a file namedplugin/fzf.vim, andjunegunn/fzf-vimalso hasplugin/fzf.vimthat depends onjunegunn/fzf. They are different files with different functions but the same name. Thefzf-gitaur package does not install the requiredfzf.vimThe
fzfpackage are in conflict as they both try to install tousr/share/vim/vimfiles/plugin/fzfI changed the install script to install the file to
usr/share/vim/vimfiles/plugin/fzf/fzf-funcs.vimmherzberg commented on 2019-01-21 15:09 (UTC)
@ixil what error do you get?
ixil commented on 2019-01-19 16:37 (UTC)
This has a file conflict with
community/fzf. The file/usr/share/vim/vimfiles/plugins/fzf.vimin thefzfpackage is a dependency of the same file in this package.