diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 47727ccb..33c49cd8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -35,7 +35,7 @@ labels: bug ### 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 --> + in init.vim and paste a link to your log file, located at $HOME/.cache/nvim/lsp.log (formerly $HOME/.local/share/nvim/lsp.log) --> <details> <summary>Log file</summary> <!-- past you log between here --> |
