pub fn set_hl(
ns_id: u32,
name: &str,
opts: &SetHighlightOpts,
) -> Result<(), Error>
Expand description
Binding to nvim_set_hl
.
Sets a highlight group.
pub fn set_hl(
ns_id: u32,
name: &str,
opts: &SetHighlightOpts,
) -> Result<(), Error>
Binding to nvim_set_hl
.
Sets a highlight group.