Does any one know what this error means?
im getting this error when running:
:CocSearch query
Output:
[coc.nvim]: Error on "search": spawn rg ENOENT
Does any one know what this error means?
im getting this error when running:
:CocSearch query
Output:
[coc.nvim]: Error on "search": spawn rg ENOENT
You need to install https://github.com/BurntSushi/ripgrep, because CocSearch needs rg
to do searching.