local M = {}
function M.lookup()
local keywords = vim.fn.getreg("")
print("Hallo Welt! " .. keywords)
end
return M