Skip to main content
Module

x/ddc_vim/deps.ts>op.signcolumn

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.signcolumn
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { signcolumn } = op;

Whether or not to draw the signcolumn. Valid values are: "auto" only when there is a sign to display "no" never "yes" always "number" display signs in the 'number' column. If the number column is not present, then behaves like "auto".

(default "auto")

not available when compiled without the +signs feature

type

LocalOption<string>