Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denops_std/buffer/decoration.ts>decorate

📚 Standard module for denops.vim
Go to Latest
function decorate
import { decorate } from "https://deno.land/x/denops_std@v3.11.3/buffer/decoration.ts";

Decorate the specified buffer with decorations

Parameters

denops: Denops
bufnr: number
decorations: Decoration[]

Returns

Promise<void>