Skip to main content
Module

x/ddc_vim/deps.ts>op.linespace

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

{only in the GUI} 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!