pub fn echo<'hl, Text, Chunks>( chunks: Chunks, history: bool, ) -> Result<(), Error>where Chunks: IntoIterator<Item = (Text, Option<&'hl str>)>, Text: Into<String>,
Binding to nvim_echo.
nvim_echo
Echoes a message to the Neovim message area.