summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/doctoc.lua
blob: c27d11dc97c5c3966693360e9bbc5f195ebc114f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/thlorenz/doctoc",
    description = "Generates table of contents for markdown files inside local git repository.",
  },
  command = "doctoc",
  stdin = false,
  args = {
    "$FILENAME",
  },
}