Skip to main content
Module

x/ddc_vim/deps.ts>op.printmbfont

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

List of font names to be used for CJK output from :hardcopy. See pmbfn-option.

(default "")

only available when compiled with the +printer and +postscript features

type

GlobalOption<string>