diff options
| author | Michael Lingelbach <m.j.lbach@gmail.com> | 2021-01-07 15:10:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-07 15:10:54 -0800 |
| commit | 236b7989a651299b2ab76f9754a61dc02b4a204f (patch) | |
| tree | 84ba3be09ed1d12d7f05ba04630f03ea2ccb6b26 /.github | |
| parent | Merge pull request #517 from mjlbach/issue_template_improvements (diff) | |
| download | nvim-lspconfig-236b7989a651299b2ab76f9754a61dc02b4a204f.tar nvim-lspconfig-236b7989a651299b2ab76f9754a61dc02b4a204f.tar.gz nvim-lspconfig-236b7989a651299b2ab76f9754a61dc02b4a204f.tar.bz2 nvim-lspconfig-236b7989a651299b2ab76f9754a61dc02b4a204f.tar.lz nvim-lspconfig-236b7989a651299b2ab76f9754a61dc02b4a204f.tar.xz nvim-lspconfig-236b7989a651299b2ab76f9754a61dc02b4a204f.tar.zst nvim-lspconfig-236b7989a651299b2ab76f9754a61dc02b4a204f.zip | |
Update bug_report.md
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6001acd5..d17a8bdf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -32,6 +32,7 @@ labels: bug <summary>Checkhealth result</summary> <!-- Run `:checkhealth lspconfig` and paste the result here--> </details> + ### LSP log <!-- If not using the minimal_init.lua please add vim.lsp.set_log_level("debug") to your lua block in init.vim and paste a link to your log file, located at $HOME/.local/share/nvim/lsp.log --> |
