aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
Commit message (Collapse)AuthorAgeFilesLines
* docs: bug report templateJustin M. Keyes2025-11-151-3/+4
|
* fix(lspinfo)!: remove config.lspinfoJustin M. Keyes2024-10-181-1/+1
| | | | | | | | | | | | | | | 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.
* no feature requestsJustin M. Keyes2024-01-281-24/+0
|
* Update bug_report.ymlJustin M. Keyes2024-01-281-64/+3
|
* docs: link to github discussions, stackoverflow instead of discourseJustin M. Keyes2023-06-291-3/+2
|
* chore: remove healthcheck (#1636)Michael Lingelbach2022-01-051-6/+0
| | | | | | | | | | | | | | 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.
* chore: update bug_report.ymlMichael Lingelbach2021-09-291-1/+1
|
* chore: add feature request form (#1255)Christian Clason2021-09-123-14/+25
|
* chore: improve issue templates (#1253)Christian Clason2021-09-124-48/+102
| | | | | * chore: disable blank issue template, add Discourse link * chore: turn issue template into form
* docs: issue template formatting (#1202)Justin M. Keyes2021-08-291-2/+8
| | | The <details> element is very sensitive, code blocks will not render if there is not a newline after <summary>.
* Update issue templateCédric Barreteau2021-06-121-2/+2
|
* Update bug_report.mdMichael Lingelbach2021-01-201-1/+1
|
* Update bug_report.mdMichael Lingelbach2021-01-151-1/+1
| | | Reiterate that you should updated your neovim nightly release before filing issues.
* Update bug_report.mdMichael Lingelbach2021-01-071-0/+1
|
* Issue template: add minimal init.lua to repo and clean up issue templateMichael Lingelbach2021-01-071-7/+19
|
* Update bug report template (#480)Michael Lingelbach2020-12-291-1/+7
| | | Update bug report template
* issue template: update issue templateHirokazu Hata2020-03-081-1/+2
|
* Add github issue template for bug reportHirokazu Hata2020-02-131-0/+22