fn get_hl(
ns_id: u32,
hl_opts: &GetHighlightOpts,
) -> Result<GetHlInfos<impl SuperIterator<(String, HighlightInfos)>>>Expand description
Retrieves [GetHlInfos] (single or map) for given highlight options.
ยงErrors
- Propagates failures from [
nvim_oxi::api::get_hl] while notifying them to Neovim.