You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vimdoc: "VectorCode"# Output vimdoc project name (required)
15
+
pandoc: "./docs/neovim.md"# Input pandoc file
16
+
toc: true # Table of contents
17
+
description: "A code repository indexing tool to supercharge your LLM experience."# Project description used in title (if empty, uses neovim version and current date)
18
+
titledatepattern: "%Y %B %d"# Pattern for the date that used in the title
19
+
demojify: true # Strip emojis from the vimdoc
20
+
dedupsubheadings: true # Add heading to subheading anchor links to ensure that subheadings are unique
21
+
treesitter: true # Use treesitter for highlighting codeblocks
22
+
ignorerawblocks: true # Ignore raw html blocks in markdown when converting to vimdoc
23
+
docmapping: false # Use h4 headers as mapping docs
24
+
docmappingprojectname: true # Use project name in tag when writing mapping docs
25
+
shiftheadinglevelby: 0# Shift heading levels by specified number
26
+
incrementheadinglevelby: 0# Increment heading levels by specified number
0 commit comments