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