Function nvim_utils::print

source ·
pub fn print(lua: &Lua, msg: String) -> LuaResult<()>
Expand description

Gets the global print function and calls it with the given message as an argument