import { nvim_set_hl_ns } from "https://deno.land/x/denops_std@v6.3.0/function/nvim/mod.ts";
Set active namespace for highlights defined with nvim_set_hl()
. This can
be set for a single window, see nvim_win_set_hl_ns()
.
Parameters:
- {ns_id} the namespace to use
Parameters
denops: Denops