Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>op.colorcolumn

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

{not available when compiled without the |+syntax| feature} 'colorcolumn' is a comma separated list of screen columns that are highlighted with ColorColumn |hl-ColorColumn|. Useful to align text. Will make screen redrawing slower. The screen column can be an absolute number, or a number preceded with '+' or '-', which is added to or subtracted from 'textwidth'. >