Skip to main content
Go to Latest
function nvim_win_get_config
import { nvim_win_get_config } from "https://deno.land/x/denops_std@v6.4.0/function/nvim/nvim_win_get_config.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: number