diff options
author | Michael Lingelbach <m.j.lbach@gmail.com> | 2022-01-05 12:13:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-05 12:13:16 -0800 |
commit | ef214e9753691165e08af485e6d2669f4d46b245 (patch) | |
tree | 657f1c99f2ff5538d67fab179ea5c365ea746eeb | |
parent | f40ce3456313138f2e0f822da9676ed3bc51f608 (diff) | |
download | rneovim-ef214e9753691165e08af485e6d2669f4d46b245.tar.gz rneovim-ef214e9753691165e08af485e6d2669f4d46b245.tar.bz2 rneovim-ef214e9753691165e08af485e6d2669f4d46b245.zip |
chore: remove lspconfig checkhealth from issue template (#16948)
-rw-r--r-- | .github/ISSUE_TEMPLATE/lsp_bug_report.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/lsp_bug_report.yml b/.github/ISSUE_TEMPLATE/lsp_bug_report.yml index b5b7687bf8..0ed163c9be 100644 --- a/.github/ISSUE_TEMPLATE/lsp_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/lsp_bug_report.yml @@ -29,13 +29,6 @@ body: - type: textarea attributes: - label: ':checkhealth' - description: | - Paste the results from `nvim -c ":checkhealth nvim lspconfig"` - render: markdown - - - type: textarea - attributes: label: 'Steps to reproduce using "nvim -u minimal_init.lua"' description: | - Download the minimal config with `curl -LO https://raw.githubusercontent.com/neovim/nvim-lspconfig/master/test/minimal_init.lua` and modify it to include any specific commands or servers pertaining to your issues. |