community/neovim: docs are not available even with neovim-doc
Package Information
- Package name: neovim
- Package version: 0.10.4-r0
- Alpine version: 3.22.0_alpha20250108
- Alpine architecture: x86_64
Summary
The documentation for neovim isn't available, even after installing neovim-doc
.
Steps to reproduce
- Install
neovim
andneovim-doc
- Open neovim
- Run
:h nvim_buf_set_extmark
The nodoc.txt file is shown. It indicates that I should install neovim-doc
, which is already installed.
The neovim-doc
package doesn't actually include most of the documentation; it only include a very brief manpage.
Additional notes
I'm not entirely sure how to address this, because the neovim package installs the above linked stub into /usr/share/nvim/runtime/doc/api.txt
, so a separate package can't ship (and overwrite) this file with the real documentation.