diff options
| author | Michael Lingelbach <m.j.lbach@gmail.com> | 2021-06-12 08:46:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-12 08:46:00 -0700 |
| commit | da87879d69ff12e59f2f2c9ec66a637b98f99218 (patch) | |
| tree | c2ab042abe5da3f98a47a154acf2881f30aef15a | |
| parent | Merge pull request #962 from bch29/master (diff) | |
| parent | Update issue template (diff) | |
| download | nvim-lspconfig-da87879d69ff12e59f2f2c9ec66a637b98f99218.tar nvim-lspconfig-da87879d69ff12e59f2f2c9ec66a637b98f99218.tar.gz nvim-lspconfig-da87879d69ff12e59f2f2c9ec66a637b98f99218.tar.bz2 nvim-lspconfig-da87879d69ff12e59f2f2c9ec66a637b98f99218.tar.lz nvim-lspconfig-da87879d69ff12e59f2f2c9ec66a637b98f99218.tar.xz nvim-lspconfig-da87879d69ff12e59f2f2c9ec66a637b98f99218.tar.zst nvim-lspconfig-da87879d69ff12e59f2f2c9ec66a637b98f99218.zip | |
Merge pull request #969 from cbarrete/issue-template
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 33c49cd8..4eedc12b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Report a problem in nvim-lsp +about: Report a problem in nvim-lspconfig title: '' labels: bug @@ -9,7 +9,7 @@ labels: bug <!-- 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): +- nvim-lspconfig version(commit hash): - What language server (If the problem is related to a specific language server): - Can you reproduce this behavior on other language server clients (vscode, languageclient-neovim, coc.nvim, etc.): - Can you reproduce this behavior on other language servers offered in the nvim-lspconfig repo? (pyls -> pyright): |
