Skip to main content
Module

x/ddc_vim/deps.ts>op.breakindent

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

Every wrapped line will continue visually indented (same amount of space as the beginning of that line), thus preserving horizontal blocks of text. NOTE: This option is reset when 'compatible' is set.

(default off)

not available when compiled without the +linebreak feature

type

LocalOption<boolean>