Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ddc_vim/deps.ts>op.guifont

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

This is a list of fonts which will be used for the GUI version of Vim. In its simplest form the value is just one font name. See gui-font for the details.

(default "")

only available when compiled with GUI enabled

type

GlobalOption<string>