import { nvim__set_hl_ns } from "https://deno.land/x/denops_std@v3.9.0/function/nvim/mod.ts";
Set active namespace for highlights. NB: this function can be called from async contexts, but the semantics are not yet well-defined. To start with |nvim_set_decoration_provider| on_win and on_line callbacks are explicitly allowed to change the namespace during a redraw cycle. Attributes: ~ {fast} Parameters: ~ {ns_id} the namespace to activate
Parameters
denops: Denops