|
|
@ -375,11 +375,12 @@ require('lazy').setup({
|
|
|
|
-- You can put your default mappings / updates / etc. in here
|
|
|
|
-- You can put your default mappings / updates / etc. in here
|
|
|
|
-- All the info you're looking for is in `:help telescope.setup()`
|
|
|
|
-- All the info you're looking for is in `:help telescope.setup()`
|
|
|
|
--
|
|
|
|
--
|
|
|
|
-- defaults = {
|
|
|
|
defaults = {
|
|
|
|
-- mappings = {
|
|
|
|
-- mappings = {
|
|
|
|
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
|
|
|
|
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
|
|
|
|
-- },
|
|
|
|
-- },
|
|
|
|
-- },
|
|
|
|
prompt_prefix = '$ ',
|
|
|
|
|
|
|
|
},
|
|
|
|
-- pickers = {}
|
|
|
|
-- pickers = {}
|
|
|
|
extensions = {
|
|
|
|
extensions = {
|
|
|
|
['ui-select'] = {
|
|
|
|
['ui-select'] = {
|
|
|
|