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

x/ddc_vim/deps.ts>op.splitbelow

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

When on, splitting a window will put the new window below the current one. :split

(default off)

type

GlobalOption<boolean>