From cdc22761ace8b9b757d68f1735904a78d300c502 Mon Sep 17 00:00:00 2001 From: rapzy Date: Mon, 11 Mar 2024 15:18:22 +0545 Subject: [PATCH] telescope prefix $ --- init.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/init.lua b/init.lua index 00508294..e1450561 100644 --- a/init.lua +++ b/init.lua @@ -375,11 +375,12 @@ require('lazy').setup({ -- You can put your default mappings / updates / etc. in here -- All the info you're looking for is in `:help telescope.setup()` -- - -- defaults = { - -- mappings = { - -- i = { [''] = 'to_fuzzy_refine' }, - -- }, - -- }, + defaults = { + -- mappings = { + -- i = { [''] = 'to_fuzzy_refine' }, + -- }, + prompt_prefix = '$ ', + }, -- pickers = {} extensions = { ['ui-select'] = {