Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Axel Navarro 2026-04-16 15:19:34 -03:00 committed by GitHub
parent 1e9e0af884
commit fded1c6a19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,7 +112,7 @@ map("n", "<leader>fY", function()
end
vim.fn.setreg("+", path)
vim.notify("Copied: " .. path)
end, { desc = "Copy Relative File Path" })
end, { desc = "Copy Short File Path" })
-- location list
map("n", "<leader>xl", function()