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

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

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

Sets a v: variable, if it is not readonly.

Parameters: {name} Variable name {value} Variable value

Parameters

denops: Denops
name: unknown
value: unknown

Returns

Promise<unknown>