pub fn nvim_echo(
lua: &Lua,
chunks: LuaTable<'_>,
history: bool,
opts: Option<LuaTable<'_>>,
) -> LuaResult<()>
Available on crate features
vim
and unstable
only.Expand description
Corresponds to vim.api.nvim_echo