import { nvim_get_var } from "https://deno.land/x/denops_std@v4.1.4/function/nvim/mod.ts";
Gets a global (g:) variable. Parameters: ~ {name} Variable name Return: ~ Variable value
Parameters
denops: Denops
import { nvim_get_var } from "https://deno.land/x/denops_std@v4.1.4/function/nvim/mod.ts";
Gets a global (g:) variable. Parameters: ~ {name} Variable name Return: ~ Variable value