aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/docs_template.md
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/docs_template.md')
-rw-r--r--scripts/docs_template.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/docs_template.md b/scripts/docs_template.md
new file mode 100644
index 00000000..cb25a45c
--- /dev/null
+++ b/scripts/docs_template.md
@@ -0,0 +1,14 @@
+# LSP configs
+<!-- *lspconfig-all* *lspconfig-server-configurations* -->
+
+LSP configurations provided by nvim-lspconfig are listed below. This
+documentation is autogenerated from the Lua files. You can view this file in
+Nvim by running `:help lspconfig-all`.
+
+{{implemented_servers_list}}
+
+{{lsp_server_details}}
+
+<!--
+vim:ft=markdown
+-->