feat(nvim): only send to quickfix for telescope

This commit is contained in:
Price Hiller 2023-09-28 11:23:13 -05:00
parent 2a218e14c6
commit 112c53d765
No known key found for this signature in database

View File

@ -77,6 +77,7 @@ return {
i = {
["<C-d>"] = actions.cycle_history_next,
["<C-s>"] = actions.cycle_history_prev,
["<C-q>"] = actions.smart_send_to_qflist,
},
},
prompt_prefix = "",