Skip to main content
Module

x/ddc_vim/deps.ts>op.splitbelow

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