vim-thematic icon indicating copy to clipboard operation
vim-thematic copied to clipboard

Lacking vim documentation

Open lervag opened this issue 11 years ago • 8 comments

I propose that you add a vim documentation, even if it is only a parsed version of the README file.

lervag avatar Jul 29 '14 08:07 lervag

I'm open to adding native vim docs, but haven't had a chance to do it myself.

Pull requests are welcome. :^)

reedes avatar Jul 29 '14 16:07 reedes

Ok, I see. I don't have the time to do it myself, though (sorry). However, I think @junegunn has written a parser to turn markup files to vim docs. See vim-easy-align for an example.

lervag avatar Jul 31 '14 21:07 lervag

Such a parser would be mighty handy, but I don't see that he's yet published it as a project. Or I'm missing it.

reedes avatar Aug 01 '14 16:08 reedes

Neither have I. I remember there was a discussion about it in an issue for vim-easy-align.

Perhaps he would be willing to share it?

Best Karl

2014-08-01 18:16 GMT+02:00 Reed Esau [email protected]:

Such a parser would be mighty handy, but I don't see that he's yet published it as a project. Or I'm missing it.

— Reply to this email directly or view it on GitHub https://github.com/reedes/vim-thematic/issues/7#issuecomment-50903661.

lervag avatar Aug 01 '14 16:08 lervag

Actually I do have one, but sorry I don't think it's ever going to be ready for public release. It's just a collection of fragile, horrible hacks that is only supposed to work with my documents.

junegunn avatar Aug 01 '14 16:08 junegunn

A horrible hack would be my approach as well.

I checked to see if pandoc had support for vimdoc markup. No such luck.

reedes avatar Aug 01 '14 17:08 reedes

Relevant to this task: https://github.com/FooSoft/md2vim

reedes avatar Aug 25 '15 21:08 reedes

Oh, nice. Thanks for sharing.

lervag avatar Aug 27 '15 20:08 lervag