description:Report a built-in lsp problem in Neovim
labels:[bug, lsp]
body:
- type:markdown
attributes:
value:|
Before reporting:search [existing issues](https://github.com/neovim/neovim/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and check the [FAQ](https://github.com/neovim/neovim/wiki/FAQ). Usage questions such as "How do I...?" or "Why isn't X language server/feature working?" belong on the [Neovim Discourse](https://neovim.discourse.group/c/7-category/7) and will be closed.
- type:input
attributes:
label:"Neovim Version"
description:"`nvim --version`:"
validations:
required:true
- type:input
attributes:
label:"Language server name/version:"
validations:
required:true
- type:input
attributes:
label:"Operating system/version:"
validations:
required:true
- type:textarea
attributes:
label:Checkhealth
description:|
Paste the results from `nvim -c ":checkhealth nvim lspconfig"` here:
render:markdown
- type:markdown
attributes:
value:|
Note:if the issue is with an autocompletion or other LSP plugin, please report it at that plugin's issue tracker. Download the minimal config with `wget https://raw.githubusercontent.com/neovim/nvim-lspconfig/master/test/minimal_init.lua` and modify it to include any specific commands or servers pertaining to your issues.
- type:textarea
attributes:
label:"Steps to reproduce"
description:|
Steps to reproduce using `nvim -u minimal_init.lua`: