Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>op.laststatus

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

The value of this option influences when the last window will have a status line: 0: never 1: only if there are at least two windows 2: always The screen looks nicer with a status line if you have several windows, but it takes another screen line. status-line

(default 1)

type

GlobalOption<number>