nvim-lspconfig/.github/ISSUE_TEMPLATE
Justin M. Keyes 679d978e64 fix(lspinfo)!: remove config.lspinfo
Problem:
`config.lspinfo` is an undocumented feature that allows extending the
info shown in `:LspInfo` (`:checkhealth lspconfig`).
This feature is unwanted because:
- it's undocumented
- it adds a maintenance burden
- it provides info that should be derived from the LSP protocol itself.

Solution:
Remove support for `config.lspinfo`.
Instead, `:LspInfo` (`:checkhealth lspconfig`) should be enhanced to
automatically gather this kind of extra info from the server response.
2024-10-18 12:30:55 +02:00
..
bug_report.yml fix(lspinfo)!: remove config.lspinfo 2024-10-18 12:30:55 +02:00
config.yml docs: link to github discussions, stackoverflow instead of discourse 2023-06-29 16:40:43 +02:00