Skip to main content
Module

x/ddc_vim/deps.ts>op.linespace

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.linespace
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { linespace } = op;

Number of pixel lines inserted between characters. Useful if the font uses the full character cell height, making lines touch each other. When non-zero there is room for underlining. With some fonts there can be too much room between lines (to have space for ascents and descents). Then it makes sense to set 'linespace' to a negative value. This may cause display problems though!

(default 0, 1 for Win32 GUI)

only in the GUI

type

GlobalOption<number>