import { nvim_win_get_config } from "https://deno.land/x/denops_std@v6.3.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
Returns
Promise<NvimGetConfigResult>