Skip to main content
Module

x/denops_std/popup/types.ts>Relative

📚 Standard module for denops.vim
Go to Latest
type alias Relative
import { type Relative } from "https://deno.land/x/denops_std@v6.4.0/popup/types.ts";

Window layout relative to

  • "editor" The global editor grid
  • "cursor" Cursor position in current window.
definition: "editor" | "cursor"