diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/server_installation_issues.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/server_installation_issues.md | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/server_installation_issues.md b/.github/ISSUE_TEMPLATE/server_installation_issues.md new file mode 100644 index 00000000..38288ed7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/server_installation_issues.md @@ -0,0 +1,43 @@ +--- +name: Server installation issues +about: Report an issue with installing servers via nvim-lsp-installer +title: "" +labels: server-issue +assignees: "" +--- + +<!-- For questions, refer to https://github.com/williamboman/nvim-lsp-installer/discussions. --> + +<!-- +Before filing an issue, make sure that: + 1) you're running the latest version of the plugin + 2) you're running the latest version of the neovim/nvim-lspconfig plugin + 3) you meet the minimum requirements mentioned in the README +--> + +**Describe the installation issue** +<!-- A clear and concise description of what the issue is and why you think it's an issue with nvim-lsp-installer. --> + +**System info (please complete the following information):** + +- OS: [e.g. macOS 12.1] +- Neovim version: + +Checkhealth output (`:checkhealth nvim-lsp-installer`): + +``` +Paste `:checkhealth nvim-lsp-installer` output here +``` + +<!-- Please also include any other system information you think is relevant! --> + +**Installation log** +<!-- +Please include nvim-lsp-installer's logs (make sure that you set the log level to DEBUG before installing the server). +See `:help nvim-lsp-installer-debugging` for instructions on how to set the log level and access the logs. +Make sure to not leave out any lines! +--> + +``` +Paste your logs here +``` |
