neovim/nvim-lspconfig

Reference to non-existent help topic `:help lspconfig-all`

errael opened this issue · 2 comments

The first word of README.md, Configs, points to a page and the last phrase of the first paragraph of that page references the non-existent help topic

"non-existent help topic" based on what? :help lspconfig-all works for me. And it's defined here:

<!-- *lspconfig-all* *lspconfig-server-configurations* -->
(which gets generated to a help tag).

Check that your plugin manager is calling :helptags

Oops, sorry for the noise. I manually installed. Works after :helptags. Thanks.

I typically don't use many plugins. Using neovim, where it seems plugins are more important for setting up, a plugin manager might make more sense so such things are handled during installation.