Diffview auto-refresh, yank file path key bindings

This commit is contained in:
2026-02-13 00:21:41 -05:00
parent ccebe78d4e
commit 7a00a8d47b
7 changed files with 289 additions and 21 deletions

View File

@@ -0,0 +1,6 @@
return {
"ywpkwon/yank-path.nvim",
config = function()
require("yank-path").setup()
end,
}