vim-ripgrep
vim-ripgrep copied to clipboard
Bad output result
When I do a search, I give this strange output (image below). I don't haven any customizazation.
SO: Windows 10 Vim: 8.1

I don't know..., but I have a similar behave if I do grep

with this settings
if executable('rg')
set grepprg=rg\ --no-heading\ --vimgrep
set grepformat=%f:%l:%c:%m
endif