Skip to main content
Module

x/ddc_vim/deps.ts>op.showtabline

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

The value of this option specifies when the line with tab page labels will be displayed: 0: never 1: only if there are at least two tab pages 2: always This is both for the GUI and non-GUI implementation of the tab pages line. See |tab-page| for more information about tab pages.