diff options
| author | Yochem van Rosmalen <git@yochem.nl> | 2026-02-27 23:53:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-27 17:53:10 -0500 |
| commit | 7e3f2906cc2bf467c9a09a3ef04a3bce85a2841e (patch) | |
| tree | 569cc235408413592891227b6b1688aa0c7ee84e | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-7e3f2906cc2bf467c9a09a3ef04a3bce85a2841e.tar nvim-lspconfig-7e3f2906cc2bf467c9a09a3ef04a3bce85a2841e.tar.gz nvim-lspconfig-7e3f2906cc2bf467c9a09a3ef04a3bce85a2841e.tar.bz2 nvim-lspconfig-7e3f2906cc2bf467c9a09a3ef04a3bce85a2841e.tar.lz nvim-lspconfig-7e3f2906cc2bf467c9a09a3ef04a3bce85a2841e.tar.xz nvim-lspconfig-7e3f2906cc2bf467c9a09a3ef04a3bce85a2841e.tar.zst nvim-lspconfig-7e3f2906cc2bf467c9a09a3ef04a3bce85a2841e.zip | |
docs: add short description to help title #4331
Problem:
Missing short description in `:help local-additions`.
Solution:
Add it to both docs.
| -rw-r--r-- | doc/lspconfig.txt | 5 | ||||
| -rw-r--r-- | scripts/docs_template.txt | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/doc/lspconfig.txt b/doc/lspconfig.txt index faac7a03..04dcde73 100644 --- a/doc/lspconfig.txt +++ b/doc/lspconfig.txt @@ -1,6 +1,5 @@ -*lspconfig.txt* For Nvim version 0.10+ - -nvim-lspconfig provides user-contributed configs for the Nvim |lsp| client. +*lspconfig.txt* User-contributed configs for the Nvim |lsp| client + For Nvim version 0.10+ Type |gO| to see the table of contents. diff --git a/scripts/docs_template.txt b/scripts/docs_template.txt index 826f52be..328105fb 100644 --- a/scripts/docs_template.txt +++ b/scripts/docs_template.txt @@ -1,4 +1,4 @@ -*lspconfig-all* +*lspconfig-all* All configurations provided by |lspconfig| LSP configurations provided by nvim-lspconfig are listed below. |
