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_set_config

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

Configures window layout. Currently only for floating and external windows (including changing a split window to those layouts).

When reconfiguring a floating window, absent option keys will not be changed. row/col and relative must be reconfigured together.

Parameters: {window} Window handle, or 0 for current window {config} Map defining the window configuration, see nvim_open_win()

See also: nvim_open_win()

Parameters

denops: Denops
window: unknown
config: unknown

Returns

Promise<unknown>