mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-24 21:41:08 +00:00
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
1e9e0af884
commit
fded1c6a19
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ map("n", "<leader>fY", function()
|
||||||
end
|
end
|
||||||
vim.fn.setreg("+", path)
|
vim.fn.setreg("+", path)
|
||||||
vim.notify("Copied: " .. path)
|
vim.notify("Copied: " .. path)
|
||||||
end, { desc = "Copy Relative File Path" })
|
end, { desc = "Copy Short File Path" })
|
||||||
|
|
||||||
-- location list
|
-- location list
|
||||||
map("n", "<leader>xl", function()
|
map("n", "<leader>xl", function()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue