Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

📚 Standard module for denops.vim
Go to Latest
function nvim_set_hl_ns
import { nvim_set_hl_ns } from "https://deno.land/x/denops_std@v5.0.2/function/nvim/mod.ts";

Set active namespace for highlights. 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>