Function set_hl_ns
pub fn set_hl_ns(ns_id: u32) -> Result<(), Error>Expand description
Binding to nvim_set_hl_ns().
Set the active namespace for the highlights defined with set_hl. This
can be set for a single window, see Window::set_hl_ns.