Skip to main content
Module

x/denops_std/function/nvim/mod.ts>nvim_set_hl_ns

📚 Standard module for denops.vim
Latest
function nvim_set_hl_ns
import { nvim_set_hl_ns } from "https://deno.land/x/denops_std@v6.5.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
ns_id: unknown

Returns

Promise<unknown>