telescope prefix $

pull/1175/head
rapzy 1 year ago
parent 7dc9979250
commit cdc22761ac

@ -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'] = {

Loading…
Cancel
Save