telescope prefix $

This commit is contained in:
rapzy 2024-03-11 15:18:22 +05:45
parent 7dc9979250
commit cdc22761ac
1 changed files with 6 additions and 5 deletions

View File

@ -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 = { ['<c-enter>'] = 'to_fuzzy_refine' },
-- },
-- },
defaults = {
-- mappings = {
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
-- },
prompt_prefix = '$ ',
},
-- pickers = {}
extensions = {
['ui-select'] = {