Skip to main content
Module

x/ddc_vim/deps.ts>op.breakindentopt

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

{not available when compiled without the |+linebreak| feature} Settings for 'breakindent'. It can consist of the following optional items and must be separated by a comma: min:{n} Minimum text width that will be kept after applying 'breakindent', even if the resulting text should normally be narrower. This prevents text indented almost to the right window border occupying lot of vertical space when broken. shift:{n} After applying 'breakindent', the wrapped line's beginning will be shifted by the given number of characters. It permits dynamic French paragraph indentation (negative) or emphasizing the line continuation (positive). sbr Display the 'showbreak' value before applying the additional indent. The default value for min is 20 and shift is 0.