mirror of
https://github.com/neovim/nvim-lspconfig
synced 2025-03-25 12:16:30 +00:00
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. |
||
---|---|---|
.. | ||
bug_report.yml | ||
config.yml |