import { type NvimGetConfigResult } from "https://deno.land/x/denops_std@v6.4.0/function/nvim/nvim_win_get_config.ts";
Properties
Sets the window layout to "floating", placed at (row,col) coordinates relative to:
- "" Normal window
- "editor" The global editor grid
- "win" Window given by the
win
field, or current window. - "cursor" Cursor position in current window.
- "mouse" Mouse position