Skip to main content
Module

x/ddc_vim/deps.ts>op.shiftwidth

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

Number of spaces to use for each step of (auto)indent. Used for 'cindent', >>, <<, etc. When zero the 'ts' value will be used. Use the shiftwidth() function to get the effective shiftwidth value.

(default 8)

type

LocalOption<number>