I am currently in the need of copy&pasting things together from multiple files and would require for each paste the original file name and repository (something which in my setup would be available from LazyVim.lualine.root_dir() and LazyVim.lualine.pretty_path()).
How/where could yanky.nvim be extended to permit storing additional metadata?
I am currently in the need of copy&pasting things together from multiple files and would require for each paste the original file name and repository (something which in my setup would be available from
LazyVim.lualine.root_dir()
andLazyVim.lualine.pretty_path()
).How/where could
yanky.nvim
be extended to permit storing additional metadata?