<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-lspconfig/.github/ISSUE_TEMPLATE/bug_report.yml, branch docs</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-lspconfig/atom/.github/ISSUE_TEMPLATE/bug_report.yml?h=docs</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-lspconfig/atom/.github/ISSUE_TEMPLATE/bug_report.yml?h=docs'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/'/>
<updated>2025-11-15T20:58:42Z</updated>
<entry>
<title>docs: bug report template</title>
<updated>2025-11-15T20:58:42Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2025-11-15T20:58:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=a7f856906f5ab2bbf730f7dab465bbdea5a01391'/>
<id>urn:sha1:a7f856906f5ab2bbf730f7dab465bbdea5a01391</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(lspinfo)!: remove config.lspinfo</title>
<updated>2024-10-18T10:30:55Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2024-10-16T10:23:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=679d978e644778abcf7b4552f9b763c040a8f0b5'/>
<id>urn:sha1:679d978e644778abcf7b4552f9b763c040a8f0b5</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Update bug_report.yml</title>
<updated>2024-01-29T01:05:31Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2024-01-29T01:05:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=8285447f04d75345a616a9b1e20f5b7a3d8c3ba3'/>
<id>urn:sha1:8285447f04d75345a616a9b1e20f5b7a3d8c3ba3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: remove healthcheck (#1636)</title>
<updated>2022-01-05T19:04:18Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2022-01-05T19:04:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=3b275bb7cafd7d77be5fd3cf8d46eaa3a7deddf3'/>
<id>urn:sha1:3b275bb7cafd7d77be5fd3cf8d46eaa3a7deddf3</id>
<content type='text'>
Previously, lspconfig had a recommended healthcheck. This was mostly
noise as its predominant use was to check if a server was installed.

This check was not accurate as vim.fn.executable is extremely primitive
and does not consider cmd_env (forwarded to uv_spawn) or language servers
that are run via an interpreter.

Furthermore, checking if a language server is executable will no longer
be a useful signal once TCP support (which allows for connecting to
already running or remote servers).

Remove for now.</content>
</entry>
<entry>
<title>chore: update bug_report.yml</title>
<updated>2021-09-30T02:28:52Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-09-30T02:28:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=a7df46eead286734203b1f7b71141fb131743d40'/>
<id>urn:sha1:a7df46eead286734203b1f7b71141fb131743d40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: improve issue templates (#1253)</title>
<updated>2021-09-12T16:54:15Z</updated>
<author>
<name>Christian Clason</name>
<email>christian.clason@uni-due.de</email>
</author>
<published>2021-09-12T16:54:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=86d5f2a8b9516c90e3a6e9d3aca3e5e772814a34'/>
<id>urn:sha1:86d5f2a8b9516c90e3a6e9d3aca3e5e772814a34</id>
<content type='text'>
* chore: disable blank issue template, add Discourse link

* chore: turn issue template into form</content>
</entry>
</feed>
