{ example = { userCommands = { "W" = { command = ":w"; desc = "Write file"; nargs = 0; }; "Z" = { command = ":echo fooo"; }; "InsertHere" = { command.__raw = '' function(opts) vim.api.nvim_put({opts.args}, 'c', true, true) end ''; nargs = 1; }; }; }; }