Hi, thanks for the plugin. Just upgrading from Ack vim.
Came across a namespace clash and I'd like to add a bit of information to help anyone else stumbling on the same issue.
By default, the fzf plugin also maps the command :Rg. A workaround from the fzf point of view is to make use of their optional prefix for their commands - let g:fzf_command_prefix = 'Fzf' and then call :FzfRg
I wonder if there's a way somehow avoid the clash by default by changing the vim-ripgrep internal code but without breaking your external API :Rg?
Hi, thanks for the plugin. Just upgrading from
Ackvim.Came across a namespace clash and I'd like to add a bit of information to help anyone else stumbling on the same issue.
By default, the fzf plugin also maps the command
:Rg. A workaround from the fzf point of view is to make use of their optional prefix for their commands -let g:fzf_command_prefix = 'Fzf'and then call:FzfRgI wonder if there's a way somehow avoid the clash by default by changing the
vim-ripgrepinternal code but without breaking your external API:Rg?