pub fn nvim_exec_lua<'a>(
lua: &'a Lua,
code: &str,
args: Option<LuaTable<'a>>,
) -> LuaResult<LuaValue<'a>>Available on crate features
unstable and vim only.Expand description
Corresponds to vim.api.nvim_exec_lua