Skip to main content
Module

x/ddc_vim/deps.ts>op.eadirection

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.eadirection
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/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>