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

x/ddc_vim/types.ts>PumHighlight

Dark deno-powered completion framework for neovim/Vim
Go to 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; }