Diffview auto-refresh, yank file path key bindings
This commit is contained in:
9
lua/plugins/yank.lua
Normal file
9
lua/plugins/yank.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
-- Load custom yank keymaps for copying file paths + visual selections
|
||||
-- See lua/custom/yank.lua for implementation
|
||||
return {
|
||||
dir = vim.fn.stdpath("config"),
|
||||
name = "custom-yank",
|
||||
config = function()
|
||||
require("custom.yank")
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user