Skip to main content
Latest
interface NvimGetConfigResult
implements Omit<NvimOpenWinConfig, "relative">
import { type NvimGetConfigResult } from "https://deno.land/x/denops_std@v6.5.0/function/nvim/nvim_win_get_config.ts";

Properties

relative:
| ""
| "editor"
| "win"
| "cursor"
| "mouse"

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