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

x/dpp_vim/utils.ts>parseHooksFile

Dark powered plugin manager for Vim/neovim
Go to Latest
function parseHooksFile
import { parseHooksFile } from "https://deno.land/x/dpp_vim@v0.3.0/utils.ts";

Parameters

marker: string
hooksFile: string[]

Returns

Record<string, string | Record<string, string>>