Is there some way to enable fuzzy livegrep, ie something similar to :Telescope live_grep in vim?
:Telescope live_grep
If there is an external program that does it, you can do:
:command! livegrep :!program "%a" %M
Thanks! I now use this together with https://github.com/junegunn/fzf#3-interactive-ripgrep-integration which works great :)