neovim/neovim.github.io

Dead links in LSP help

euclio opened this issue · 2 comments

I was browsing the online lsp.txt help page and I noticed that the links to lua functions are broken (see the link to vim.lsp.omnifunc, for example).

The link itself is pointing to "vim.html" which doesn't exist. I tried generating the HTML help locally and the links are correct, so I'm guessing something is broken in the infrastructure that generates and uploads the docs.

known issue with the help generator. I'm working on a rewrite of the help gen...

This is fixed in the new HTML generator, neovim/neovim#11967 you can preview the results at user2/ :

https://neovim.io/doc/user2/lsp.html

This is not "live" at the main docs path yet (user/), but will be in the next week or 2.