<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-lspconfig/.github/ISSUE_TEMPLATE, branch docs</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-lspconfig/atom/.github/ISSUE_TEMPLATE?h=docs</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-lspconfig/atom/.github/ISSUE_TEMPLATE?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>no feature requests</title>
<updated>2024-01-29T01:07:36Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2024-01-29T01:07:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=716dbc02cd37122f8f6ec59e54b5a979e6260a26'/>
<id>urn:sha1:716dbc02cd37122f8f6ec59e54b5a979e6260a26</id>
<content type='text'>
</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>docs: link to github discussions, stackoverflow instead of discourse</title>
<updated>2023-06-29T14:40:43Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2023-06-29T14:40:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=5da57456597ac2f25f20d6ecfae7b7c9cbd01fc6'/>
<id>urn:sha1:5da57456597ac2f25f20d6ecfae7b7c9cbd01fc6</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: add feature request form (#1255)</title>
<updated>2021-09-12T18:33:59Z</updated>
<author>
<name>Christian Clason</name>
<email>christian.clason@uni-due.de</email>
</author>
<published>2021-09-12T18:33:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=974d15fa2809dff691d6a50a6759bf2c8bf39b4a'/>
<id>urn:sha1:974d15fa2809dff691d6a50a6759bf2c8bf39b4a</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>
<entry>
<title>docs: issue template formatting (#1202)</title>
<updated>2021-08-29T12:57:48Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2021-08-29T12:57:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=0eccc1a0ebf909aecfa1ac238d940061162ae84f'/>
<id>urn:sha1:0eccc1a0ebf909aecfa1ac238d940061162ae84f</id>
<content type='text'>
The &lt;details&gt; element is very sensitive, code blocks will not render if there is not a newline after &lt;summary&gt;.</content>
</entry>
<entry>
<title>Update issue template</title>
<updated>2021-06-12T12:20:40Z</updated>
<author>
<name>Cédric Barreteau</name>
<email>cbarrete@users.noreply.github.com</email>
</author>
<published>2021-06-12T12:20:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=30cf9189e8e7f871945dccfb3fe43675c489845e'/>
<id>urn:sha1:30cf9189e8e7f871945dccfb3fe43675c489845e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update bug_report.md</title>
<updated>2021-01-21T00:03:18Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-01-21T00:03:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=86b316140a5fdc902e89ff585ce429357ce4d5df'/>
<id>urn:sha1:86b316140a5fdc902e89ff585ce429357ce4d5df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update bug_report.md</title>
<updated>2021-01-15T20:57:27Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-01-15T20:57:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=87900ffcccd47bb6a09483ccf0d6840dc1d0d0d6'/>
<id>urn:sha1:87900ffcccd47bb6a09483ccf0d6840dc1d0d0d6</id>
<content type='text'>
Reiterate that you should updated your neovim nightly release before filing issues.</content>
</entry>
<entry>
<title>Update bug_report.md</title>
<updated>2021-01-07T23:10:54Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-01-07T23:10:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=236b7989a651299b2ab76f9754a61dc02b4a204f'/>
<id>urn:sha1:236b7989a651299b2ab76f9754a61dc02b4a204f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Issue template: add minimal init.lua to repo and clean up issue template</title>
<updated>2021-01-07T09:12:39Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-01-02T01:16:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=123894205fe34f062842aed73f1ee9ac3366f2c2'/>
<id>urn:sha1:123894205fe34f062842aed73f1ee9ac3366f2c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update bug report template (#480)</title>
<updated>2020-12-29T22:47:54Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2020-12-29T22:47:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=7eeac41b8ee3333ebbfb65367aa01edc1b8c16f5'/>
<id>urn:sha1:7eeac41b8ee3333ebbfb65367aa01edc1b8c16f5</id>
<content type='text'>
Update bug report template</content>
</entry>
<entry>
<title>issue template: update issue template</title>
<updated>2020-03-08T02:58:54Z</updated>
<author>
<name>Hirokazu Hata</name>
<email>h.hata.ai.t@gmail.com</email>
</author>
<published>2020-03-08T02:58:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=e2de6d67686f98e6a857762b40df865c9c1e3a5b'/>
<id>urn:sha1:e2de6d67686f98e6a857762b40df865c9c1e3a5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add github issue template for bug report</title>
<updated>2020-02-13T06:28:34Z</updated>
<author>
<name>Hirokazu Hata</name>
<email>h.hata.ai.t@gmail.com</email>
</author>
<published>2020-02-13T06:28:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=8d2084d8b3dc1f6aab27ef1cfcee4472e02f65d9'/>
<id>urn:sha1:8d2084d8b3dc1f6aab27ef1cfcee4472e02f65d9</id>
<content type='text'>
</content>
</entry>
</feed>
