Skip to main content
Module

x/ddc_vim/deps.ts>op.varsofttabstop

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

{only available when compiled with the |+vartabs| feature} A list of the number of spaces that a counts for while editing, such as inserting a or using . It "feels" like variable- width s are being inserted, while in fact a mixture of spaces and s is used. Tab widths are separated with commas, with the final value applying to all subsequent tabs.