Skip to main content
Module

x/denops_std/function/nvim/mod.ts>NvimGetConfigResult

📚 Standard module for denops.vim
Go to Latest
interface NvimGetConfigResult
implements Omit<NvimOpenWinConfig, "relative">
import { type NvimGetConfigResult } from "https://deno.land/x/denops_std@v6.4.0/function/nvim/mod.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