mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(telescope): update description
This commit is contained in:
parent
d70c5d13d3
commit
e8f2b72a13
1 changed files with 1 additions and 1 deletions
|
|
@ -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", "<a-c>", open_cwd_dir, { desc = "Open root directory" })
|
||||
map("i", "<a-c>", open_cwd_dir, { desc = "Open cwd directory" })
|
||||
return true
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue