diff options
| author | Daigo Yamashita <squiffer9@duck.com> | 2025-04-02 22:10:55 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 06:10:55 -0700 |
| commit | d1256cba526466022e8d5b962d00c2918882d921 (patch) | |
| tree | 37b995fe02014c24619c007fb882a37e18a702fc /scripts/docs_template.txt | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-d1256cba526466022e8d5b962d00c2918882d921.tar nvim-lspconfig-d1256cba526466022e8d5b962d00c2918882d921.tar.gz nvim-lspconfig-d1256cba526466022e8d5b962d00c2918882d921.tar.bz2 nvim-lspconfig-d1256cba526466022e8d5b962d00c2918882d921.tar.lz nvim-lspconfig-d1256cba526466022e8d5b962d00c2918882d921.tar.xz nvim-lspconfig-d1256cba526466022e8d5b962d00c2918882d921.tar.zst nvim-lspconfig-d1256cba526466022e8d5b962d00c2918882d921.zip | |
fix(docgen): generate configs.txt in :help (vimdoc) format #3675
Diffstat (limited to 'scripts/docs_template.txt')
| -rw-r--r-- | scripts/docs_template.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/docs_template.txt b/scripts/docs_template.txt new file mode 100644 index 00000000..c3aa7deb --- /dev/null +++ b/scripts/docs_template.txt @@ -0,0 +1,9 @@ +*lspconfig-all* *lspconfig-server-configurations* + +LSP configurations provided by nvim-lspconfig are listed below. + +============================================================================== + +{{lsp_server_details}} + +" vim:tw=78:ft=help:norl:expandtab:sw=4 |
