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_win_get_config

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

Gets window configuration.

The returned value may be given to nvim_open_win().

relative is empty for normal windows.

Parameters: {window} Window handle, or 0 for current window

Return: Map defining the window configuration, see nvim_open_win()

Parameters

denops: Denops
window: unknown

Returns

Promise<unknown>