From aaceda8cd88077767bf0507e4ea2c568b34f4450 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Tue, 5 Jan 2021 14:38:34 +0100 Subject: Fix syntax error for sumneko_lua in CONFIG.md --- lua/lspconfig/sumneko_lua.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lspconfig/sumneko_lua.lua b/lua/lspconfig/sumneko_lua.lua index dcfb68c7..c42689e2 100644 --- a/lua/lspconfig/sumneko_lua.lua +++ b/lua/lspconfig/sumneko_lua.lua @@ -36,7 +36,7 @@ end -- set the path to the sumneko installation; if you previously installed via the now deprecated :LspInstall, use local sumneko_root_path = vim.fn.stdpath('cache')..'/lspconfig/sumneko_lua/lua-language-server' -local sumneko_binary = sumneko_root_path.."/bin/"..system_name.."/lua-language-server +local sumneko_binary = sumneko_root_path.."/bin/"..system_name.."/lua-language-server" require'lspconfig'.sumneko_lua.setup { cmd = {sumneko_binary, "-E", sumneko_root_path .. "/main.lua"}; -- cgit v1.3.1 From eec1a7f377762ae53cdb85520870f719503d9199 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 5 Jan 2021 19:51:10 +0000 Subject: [docgen] Update README.md skip-checks: true --- CONFIG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONFIG.md b/CONFIG.md index ea566087..ee8f5b52 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -4778,7 +4778,7 @@ end -- set the path to the sumneko installation; if you previously installed via the now deprecated :LspInstall, use local sumneko_root_path = vim.fn.stdpath('cache')..'/lspconfig/sumneko_lua/lua-language-server' -local sumneko_binary = sumneko_root_path.."/bin/"..system_name.."/lua-language-server +local sumneko_binary = sumneko_root_path.."/bin/"..system_name.."/lua-language-server" require'lspconfig'.sumneko_lua.setup { cmd = {sumneko_binary, "-E", sumneko_root_path .. "/main.lua"}; @@ -4953,6 +4953,12 @@ This server accepts configuration via the `settings` key. null +- **`Lua.runtime.plugin`**: `string` + + Default: `".vscode/lua/plugin.lua"` + + null + - **`Lua.runtime.special`**: `object` null -- cgit v1.3.1