From ef214e9753691165e08af485e6d2669f4d46b245 Mon Sep 17 00:00:00 2001 From: Michael Lingelbach Date: Wed, 5 Jan 2022 12:13:16 -0800 Subject: [PATCH] chore: remove lspconfig checkhealth from issue template (#16948) --- .github/ISSUE_TEMPLATE/lsp_bug_report.yml | 7 ------- 1 file changed, 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 @@ -27,13 +27,6 @@ body: validations: required: true - - 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"'