From 5582005ac76640f9cbda24937662a83fb5a65abb Mon Sep 17 00:00:00 2001 From: Maria Solano Date: Wed, 12 Nov 2025 16:07:17 -0800 Subject: [PATCH] fix(docs): add `--clean` arg to LSP bug report (#36530) --- .github/ISSUE_TEMPLATE/lsp_bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/lsp_bug_report.yml b/.github/ISSUE_TEMPLATE/lsp_bug_report.yml index 74b406c2d6..fd4ea9423b 100644 --- a/.github/ISSUE_TEMPLATE/lsp_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/lsp_bug_report.yml @@ -18,7 +18,7 @@ body: required: true - type: textarea attributes: - label: 'Steps to reproduce using "nvim -u minimal_init.lua"' + label: 'Steps to reproduce using "nvim --clean -u minimal_init.lua"' description: | - Create a minimal_init.lua using vim.lsp.start: