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 /scripts | |
| 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.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/docs_template.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
