From d7f2318ada991386cafafc99118c7e8229a786ea Mon Sep 17 00:00:00 2001 From: Hirokazu Hata Date: Thu, 11 Jun 2020 08:13:18 +0900 Subject: [PATCH] issue template: fix label syntax for lsp bug report --- .github/ISSUE_TEMPLATE/lsp_bug_report.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/lsp_bug_report.md b/.github/ISSUE_TEMPLATE/lsp_bug_report.md index 5b0ffdc1bf..0e5155c7ac 100644 --- a/.github/ISSUE_TEMPLATE/lsp_bug_report.md +++ b/.github/ISSUE_TEMPLATE/lsp_bug_report.md @@ -2,9 +2,8 @@ name: Language server client bug report about: Report a built-in lsp problem in Nvim title: '' -labels: - - bug - - lsp +labels: bug, lsp + --- @@ -14,7 +13,7 @@ labels: - Operating system/version:
-`nvim -c ":checkhealth nvim nvim_lsp"` +nvim -c ":checkhealth nvim nvim_lsp"