I want to include dynamic args for live_grep, for example in vim-clap plugin in grep provider input you can specify actions *.ts and it will translate query to rg -g "*.ts" "actions". Or in emacs world there is an ivy-plugin where in rg you can specify actions -- -t ts and achieve the same behaviour. Can we have something like this?
I want to include dynamic args for live_grep, for example in vim-clap plugin in grep provider input you can specify
actions *.tsand it will translate query torg -g "*.ts" "actions". Or in emacs world there is an ivy-plugin where in rg you can specifyactions -- -t tsand achieve the same behaviour. Can we have something like this?