Skip to main content
Module

x/ddc_vim/types.ts>PumHighlight

Dark deno-powered completion framework for neovim/Vim
Latest
type alias PumHighlight
import { type PumHighlight } from "https://deno.land/x/ddc_vim@v4.3.1/types.ts";
definition: { name: string; type: "abbr" | "kind" | "menu"; hl_group: string; col: number; width: number; }