Justin M. Keyes
Justin M. Keyes
## Problem: The HTML :help docs generated by the old `doc_html` task (which is driven by an old awk script `runtime/doc/makehtml.awk`). Besides being hard to maintain (ad hoc parser and...
doc
- [x] lua-concepts - [x] https://github.com/neovim/neovim/pull/12704 - [x] https://github.com/neovim/neovim/issues/12875 - [x] update nvim-lspconfig URL https://github.com/neovim/neovim/pull/12823#issuecomment-689488981 - [x] https://github.com/neovim/neovim/pull/13972
## PR bot: goals 1. Get the build status of the last 20(?) recently-active PRs. 2. Gather/parse/summarize the build logs. 3. Leave a comment on the PR or _update existing...
https://github.com/neovim/neovim/pull/2159#issuecomment-81178756 if any of the unicode.org files change, we need a reminder to run `scripts/genunicodetables.lua`.
(migrated from https://github.com/neovim/bot-ci/issues/12) Use [h2h.py python script](https://github.com/c4rlo/vimhelp/blob/master/vimh2h.py) to generate help doc HTML instead of the old awk script. [done](https://github.com/neovim/neovim/blob/master/scripts/gen_help_html.py) @tweekmonster also did work on an improved vimdoc-to-HTML generator, might want...
Potential tools: 1. ~~https://github-backup.branchable.com/~~ doesn't look maintained - https://hackage.haskell.org/package/github-backup - used by debian: https://github.com/Debian/README.Debian#tips 2. https://github.com/josegonzalez/python-github-backup good results 👍
Currently we use doxygen to generate C API docs in HTML form: https://neovim.io/doc/dev/ [This project](https://github.com/michaeljones/breathe) can convert doxygen to sphinx format. For example, the vis project [uses breathe](https://github.com/martanne/vis/blob/56f198904932a87952d89f0d13b30ba229901a83/doc/conf.py#L29-L31) to publish...
From the readme: https://github.com/neovim/lua-client#future-plans > The future of lua-client (this repo) is grim, because the future of Nvim Lua is supple and verdant: > > 1. Nvim core will gain...
# Note: don't worry about typos. Mostly looking for additional content suggestions, URLs, media (high-quality screenshots or gifs), and sample code (short copy-pastable code samples demo'ing new APIs) todo: 1....
I believe we allow VLAs now, so we should modify the style guide to that effect. Also since we now generate headers, we need to update the style guide passage...