Skip to main content
Module

x/ddc_vim/deps.ts>op.guifont

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.guifont
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/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>