diff options
| author | Michael Lingelbach <m.j.lbach@gmail.com> | 2021-09-29 19:28:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-29 19:28:52 -0700 |
| commit | a7df46eead286734203b1f7b71141fb131743d40 (patch) | |
| tree | 2df34e143bf304df34a209b7b60ad3988d7bf1c3 /.github | |
| parent | feat: add Idris2-Lsp suppport (#1283) (diff) | |
| download | nvim-lspconfig-a7df46eead286734203b1f7b71141fb131743d40.tar nvim-lspconfig-a7df46eead286734203b1f7b71141fb131743d40.tar.gz nvim-lspconfig-a7df46eead286734203b1f7b71141fb131743d40.tar.bz2 nvim-lspconfig-a7df46eead286734203b1f7b71141fb131743d40.tar.lz nvim-lspconfig-a7df46eead286734203b1f7b71141fb131743d40.tar.xz nvim-lspconfig-a7df46eead286734203b1f7b71141fb131743d40.tar.zst nvim-lspconfig-a7df46eead286734203b1f7b71141fb131743d40.zip | |
chore: update bug_report.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ae2f76f8..d760b1bb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -63,7 +63,7 @@ body: attributes: label: "Minimal config" render: Lua - description: "You can download a `minimal_init.lua via `curl -fLO https://raw.githubusercontent.com/neovim/nvim-lspconfig/master/test/minimal_init.lua`. Then edit it to include your language server and add necessary configuration and paste it here." + description: "You can download a minimal_init.lua via `curl -fLO https://raw.githubusercontent.com/neovim/nvim-lspconfig/master/test/minimal_init.lua`. Then edit it to include your language server and add necessary configuration and paste it here." validations: required: true - type: textarea |
