diff --git a/.github/ISSUE_TEMPLATE/lsp_bug_report.md b/.github/ISSUE_TEMPLATE/lsp_bug_report.md index 660fbc3eed..d2488a14e8 100644 --- a/.github/ISSUE_TEMPLATE/lsp_bug_report.md +++ b/.github/ISSUE_TEMPLATE/lsp_bug_report.md @@ -6,7 +6,12 @@ labels: bug, lsp --- - + - `nvim --version`: - language server name/version: @@ -34,10 +39,17 @@ You can find the location of the log with the following command. -### Steps to reproduce using `nvim -u NORC` +### Steps to reproduce using nvim -u minimal_init.lua + + ``` -nvim -u NORC +nvim -u minimal_init.lua ``` ### Actual behaviour