Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.1/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>