Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ddc_vim/deps.ts>op.eadirection

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
variable op.eadirection
import { op } from "https://deno.land/x/ddc_vim@v3.9.0/deps.ts";
const { eadirection } = op;

Tells when the 'equalalways' option applies: ver vertically, width of windows is not affected hor horizontally, height of windows is not affected both width and height of windows is affected

(default "both")

type

GlobalOption<string>