switching to Lazy

This commit is contained in:
Daniel B Sherry 2025-05-16 10:30:46 -05:00
parent e0e949f2e6
commit 6e636ad325
1 changed files with 4 additions and 1 deletions

View File

@ -82,17 +82,20 @@ telescope.setup {
}, },
}, },
pickers = { pickers = {
-- find_files = { theme = 'dropdown'},
-- Default configuration for builtin pickers goes here: -- Default configuration for builtin pickers goes here:
-- picker_name = { -- picker_name = {
-- picker_config_key = value, -- picker_config_key = value,
-- ... -- ...
-- } -- },
-- Now the picker_config_key will be applied every time you call this -- Now the picker_config_key will be applied every time you call this
-- builtin picker -- builtin picker
planets = { planets = {
show_pluto = true, show_pluto = true,
show_moon = true,
}, },
}, },
extensions = { extensions = {
media_files = { media_files = {
-- filetypes whitelist -- filetypes whitelist