Skip to main content

Built and signed on GitHub Actions

Development ddc.vim helpers that allow you to paste word-kind sources gathering unprintable characters.

This package works with Deno
This package works with Deno
JSR Score
64%
Published
2 months ago (4.0.0)
type alias UnprintableOptions

Properties

Highlight name for unprintable chars.

Default is "ddc_unprintable".

Highlight group for unprintable chars.

Default is "SpecialKey".

Placeholder text for unprintable char.

Must be a single character. Default is "?".

Max width of the abbreviates column.

If 0 is specified, be unlimited. Default is 0.

Callback Id base string.

If empty, use random id.

Add Package

deno add @milly/ddc-unprintable

Import symbol

import { type UnprintableOptions } from "@milly/ddc-unprintable";

---- OR ----

Import directly with a jsr specifier

import { type UnprintableOptions } from "jsr:@milly/ddc-unprintable";