switching to Lazy

pull/1710/head
Daniel B Sherry 4 months ago
parent e0e949f2e6
commit 6e636ad325

@ -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

Loading…
Cancel
Save