fix(telescope): update description

This commit is contained in:
Andre Freitas 2023-10-26 18:00:33 +01:00
parent d70c5d13d3
commit e8f2b72a13

View file

@ -43,7 +43,7 @@ function M.telescope(builtin, opts)
end end
opts.attach_mappings = function(_, map) opts.attach_mappings = function(_, map)
-- opts.desc is overridden by telescope, until it's changed there is this fix -- opts.desc is overridden by telescope, until it's changed there is this fix
map("i", "<a-c>", open_cwd_dir, { desc = "Open root directory" }) map("i", "<a-c>", open_cwd_dir, { desc = "Open cwd directory" })
return true return true
end end
end end