Tags command stdout pipe support
Open
- Dominant language
- Vim Script
- Stars
- 10.3k
- Forks
- 608
- Avg merge
- 5d 8h
- Merged PRs (30d)
- 2
Description
- Category
- [x] Question
- [ ] Bug
- [x] Suggestion
- OS
- [x] Linux
- [x] macOS
- [ ] Windows
- [ ] Etc.
- Vim
- [x] Vim
- [x] Neovim
Currently it seems not possible to redirect the ctags output directly to fzf for filtering.
My try was `let g:fzf_tags_command = 'git ls-files | ctags -f -'`
But I got `Failed to create tags` error.
It would be great if fzf can filter tags without creating a file (just like what tagbar does.)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.