Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ddu_vim/deps.ts>op.guifont

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