Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
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@v3.9.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>