local opts = { noremap = true, silent = true } local M = {} function M.lua_add() vim.keymap.set({ "n", "x" }, "", ":QuickRun", opts) end return M