Diffview auto-refresh, yank file path key bindings
This commit is contained in:
6
lua/plugins/yank-path.lua
Normal file
6
lua/plugins/yank-path.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
"ywpkwon/yank-path.nvim",
|
||||
config = function()
|
||||
require("yank-path").setup()
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user