diff options
| author | Michael Lingelbach <m.j.lbach@gmail.com> | 2021-01-20 16:03:18 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-20 16:03:18 -0800 |
| commit | 86b316140a5fdc902e89ff585ce429357ce4d5df (patch) | |
| tree | 1c9e069b44deb56a750950698936f0a4ba9a5a30 /.github | |
| parent | [docgen] Update README.md (diff) | |
| download | nvim-lspconfig-86b316140a5fdc902e89ff585ce429357ce4d5df.tar nvim-lspconfig-86b316140a5fdc902e89ff585ce429357ce4d5df.tar.gz nvim-lspconfig-86b316140a5fdc902e89ff585ce429357ce4d5df.tar.bz2 nvim-lspconfig-86b316140a5fdc902e89ff585ce429357ce4d5df.tar.lz nvim-lspconfig-86b316140a5fdc902e89ff585ce429357ce4d5df.tar.xz nvim-lspconfig-86b316140a5fdc902e89ff585ce429357ce4d5df.tar.zst nvim-lspconfig-86b316140a5fdc902e89ff585ce429357ce4d5df.zip | |
Update bug_report.md
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 --> |
