diff --git a/lua/lazyvim/util/telescope.lua b/lua/lazyvim/util/telescope.lua index 75ffa602..f8da00ff 100644 --- a/lua/lazyvim/util/telescope.lua +++ b/lua/lazyvim/util/telescope.lua @@ -43,7 +43,7 @@ function M.telescope(builtin, opts) end opts.attach_mappings = function(_, map) -- opts.desc is overridden by telescope, until it's changed there is this fix - map("i", "", open_cwd_dir, { desc = "Open root directory" }) + map("i", "", open_cwd_dir, { desc = "Open cwd directory" }) return true end end