cideM / yui

A minimal Vim/Neovim color scheme inspired by Dieter Rams
MIT License
135 stars 6 forks source link

Generate the Vim doc from Markdown #51

Open cideM opened 10 months ago

cideM commented 10 months ago

I saw other repos do that but they do it by installing a Neovim plugin and running a headless instance. Seems a bit overkill to me. Perfect opportunity to yak shave by creating a stand alone tool to convert .md to Vim help text. Should support GitHub flavored Markdown but not much else.

I've dealt with some Go markdown libs at work and that was generally OK. So I guess you only need to write the conversion from Markdown AST to vim output. Doesn't sound too crazy. I could imagine that fitting it in 78 cols could be problematic.