diff options
| author | Michael Lingelbach <m.j.lbach@gmail.com> | 2021-01-15 12:57:27 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-15 12:57:27 -0800 |
| commit | 87900ffcccd47bb6a09483ccf0d6840dc1d0d0d6 (patch) | |
| tree | 09d6a75e505eebf3801dc1563c2b3af13f0ab4c0 | |
| parent | Merge pull request #673 from mjlbach/filetypes_nil_handling (diff) | |
| download | nvim-lspconfig-87900ffcccd47bb6a09483ccf0d6840dc1d0d0d6.tar nvim-lspconfig-87900ffcccd47bb6a09483ccf0d6840dc1d0d0d6.tar.gz nvim-lspconfig-87900ffcccd47bb6a09483ccf0d6840dc1d0d0d6.tar.bz2 nvim-lspconfig-87900ffcccd47bb6a09483ccf0d6840dc1d0d0d6.tar.lz nvim-lspconfig-87900ffcccd47bb6a09483ccf0d6840dc1d0d0d6.tar.xz nvim-lspconfig-87900ffcccd47bb6a09483ccf0d6840dc1d0d0d6.tar.zst nvim-lspconfig-87900ffcccd47bb6a09483ccf0d6840dc1d0d0d6.zip | |
Update bug_report.md
Reiterate that you should updated your neovim nightly release before filing issues.
| -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 d17a8bdf..47727ccb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,7 +6,7 @@ labels: bug --- -<!-- Before reporting: search existing issues. Note that this repository implements configuration and initialization of language servers. Implementation of the language server spec itself is located in the neovim core repository--> +<!-- Before reporting: search existing issues and ensure you are running the latest nightly of neovim and the latest version of nvim-lspconfig. Note that this repository implements configuration and initialization of language servers. Implementation of the language server spec itself is located in the neovim core repository--> - `nvim --version`: - nvim-lsp version(commit hash): |
