Comments added - telescope.lua

This commit is contained in:
2026-06-18 10:34:53 +02:00
parent 8de7c8a2b2
commit a8bdfc25b1
+3 -2
View File
@@ -87,7 +87,8 @@ telescope.setup {
["?"] = actions.which_key, ["?"] = actions.which_key,
}, },
}, },
}, }, -- defaults
-- pickers = { -- pickers = {
-- Default configuration for builtin pickers goes here: -- Default configuration for builtin pickers goes here:
-- picker_name = { -- picker_name = {
@@ -110,4 +111,4 @@ telescope.setup {
-- } -- }
-- please take a look at the readme of the extension you want to configure -- please take a look at the readme of the extension you want to configure
}, },
} } -- telescope.setup()