Fast file search in perforce using Fzf
This plugin is inspired by the operation GFiles in fzf.vim where it is possible to query files in the git repository using the git ls-files command
Similarly, this plugin would do the same on a perforce repository using the p4 files and p4 where commands. Since we are using perforce commands and the execution happens through perforce the file query would happen fast compared to a normal linux find command
To start querying files on the perforce repository, Enter
:VF
Add the following config in setup to load the extension in Telescope
require'telescope'.load_extension('vim_p4_files')
To query files invoke through Telescope
:Telescope vim_p4_files