diff options
author | Thomas Vigouroux <tomvig38@gmail.com> | 2020-11-16 19:07:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-16 19:07:23 +0100 |
commit | ba21ea51b0edb7c059ba6924619594f961882456 (patch) | |
tree | 62485fb694c775dc8484b15e50393f345aa6ce72 | |
parent | 6169167f90ba316b01cc64046ca46774bb1a22d7 (diff) | |
parent | 2fb778c2ae7a1822228b28eda13efc1fb4bbbd96 (diff) | |
download | rneovim-ba21ea51b0edb7c059ba6924619594f961882456.tar.gz rneovim-ba21ea51b0edb7c059ba6924619594f961882456.tar.bz2 rneovim-ba21ea51b0edb7c059ba6924619594f961882456.zip |
Merge pull request #13304 from rockerBOO/docs-fix-nvim_lsp-lspconfig
docs: Change nvim_lsp to lspconfig
-rw-r--r-- | .github/ISSUE_TEMPLATE/lsp_bug_report.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/lsp_bug_report.md b/.github/ISSUE_TEMPLATE/lsp_bug_report.md index a6fd0c9ead..660fbc3eed 100644 --- a/.github/ISSUE_TEMPLATE/lsp_bug_report.md +++ b/.github/ISSUE_TEMPLATE/lsp_bug_report.md @@ -15,7 +15,7 @@ labels: bug, lsp <details> <summary>nvim -c ":checkhealth nvim lspconfig"</summary> -<!-- Paste the results from `nvim -c ":checkhealth nvim nvim_lsp"` here. --> +<!-- Paste the results from `nvim -c ":checkhealth nvim lspconfig"` here. --> </details> |