docs: refer to vim.lsp.start() in LSP issue template #20422

The nvim-lspconfig minimal_init.lua is not exactly minimal.
This commit is contained in:
Mathias Fußenegger 2022-10-03 01:08:42 +02:00 committed by GitHub
parent 085fa68b5e
commit 67e57d21b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ body:
attributes: attributes:
label: 'Steps to reproduce using "nvim -u minimal_init.lua"' label: 'Steps to reproduce using "nvim -u minimal_init.lua"'
description: | description: |
- Download the minimal config with `curl -LO 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. - Create a minimal_init.lua using vim.lsp.start - read `:h lsp-quickstart` and `:h vim.lsp.start` for more information.
- _Note_: if the issue is with an autocompletion or other LSP plugin, report to that plugin's issue tracker. - _Note_: if the issue is with an autocompletion or other LSP plugin, report to that plugin's issue tracker.
validations: validations:
required: true required: true