Describe the bug
init.lua explicitly calls "rg" or ripgrep; running nvim without rg installed under this configuration gives an on screen error complaining about 'rg' not being found.
To Reproduce
Steps to reproduce the behavior:
Ensure rg is not available or change its alias.
Follow the readme instructions for installation
Run nvim. Instead of the plugin installation screen from lazy.vim, you will be greeted by an error.
Easiest solution would be to simply call out rg as a dependecy in the readme so users know to install beforehand.
Describe the bug init.lua explicitly calls "rg" or ripgrep; running nvim without rg installed under this configuration gives an on screen error complaining about 'rg' not being found. To Reproduce Steps to reproduce the behavior:
Easiest solution would be to simply call out rg as a dependecy in the readme so users know to install beforehand.