Compare commits

...

2 Commits

Author SHA1 Message Date
mzpx a8bdfc25b1 Comments added - telescope.lua 2026-06-18 10:34:53 +02:00
mzpx 8de7c8a2b2 mzpx 2026-06-16 17:49:02 +02:00
2 changed files with 7 additions and 6 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
require( "roka.core.options") require( "mzpx.core.options")
require( "roka.core.keymaps") require( "mzpx.core.keymaps")
require( "roka.core.plugins") require( "mzpx.core.plugins")
require( "roka.plug.color" ) require( "mzpx.plug.color" )
+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()