From 4f94bf5ba90e97a9718e5a2eb57b0737e1bdd176 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 13 Jun 2022 01:12:52 -0700 Subject: docs: unverbose, mention "settings" param Problem: - The docs are verbose. - The "settings" param is not really clarified anywhere. Solution: - Mention the "settings" param in the README. - Tighten up the wording. - Remove the "Use a loop to conveniently call 'setup'..." advice in the docs. It confuses users and doesn't really save much code. - Start to reduce the scope of nvim-lspconfig. - For example, it is redundant for it to document general LSP things. Thus, the help section *lspconfig-lsp* was removed. closes #1951 --- scripts/README_template.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/README_template.md b/scripts/README_template.md index 3a9baeaa..1339c502 100644 --- a/scripts/README_template.md +++ b/scripts/README_template.md @@ -1,8 +1,9 @@ # Configurations - + -The following LSP configs are included. This documentation is autogenerated from the lua files. Follow a link to find documentation for -that config. This file is accessible in neovim via `:help lspconfig-server-configurations` +LSP configs 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}} -- cgit v1.2.3-70-g09d2