pub fn nvim_get_keymap<'a>(
    lua: &'a Lua,
    mode: &str
) -> LuaResult<Vec<Mapping<'a>>>
Available on crate features vim and unstable only.