aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Fußenegger <mfussenegger@users.noreply.github.com>2022-10-03 01:08:42 +0200
committerGitHub <noreply@github.com>2022-10-02 16:08:42 -0700
commit67e57d21b351a4fe4b32ec76998e45fe00d57186 (patch)
tree78f0b1ef323017dacb1df418eb8b811a21925daf
parent085fa68b5eb78002b5e4de52a8c24c2766d57cb7 (diff)
downloadrneovim-67e57d21b351a4fe4b32ec76998e45fe00d57186.tar.gz
rneovim-67e57d21b351a4fe4b32ec76998e45fe00d57186.tar.bz2
rneovim-67e57d21b351a4fe4b32ec76998e45fe00d57186.zip
docs: refer to vim.lsp.start() in LSP issue template #20422
The nvim-lspconfig minimal_init.lua is not exactly minimal.
-rw-r--r--.github/ISSUE_TEMPLATE/lsp_bug_report.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/lsp_bug_report.yml b/.github/ISSUE_TEMPLATE/lsp_bug_report.yml
index 0ed163c9be..3789fb866b 100644
--- a/.github/ISSUE_TEMPLATE/lsp_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/lsp_bug_report.yml
@@ -31,7 +31,7 @@ body:
attributes:
label: 'Steps to reproduce using "nvim -u minimal_init.lua"'
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.
validations:
required: true