From 79f097b14cee8dccc3cfb900bdbb3dede90bee27 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sun, 3 Jan 2021 17:51:12 +0000 Subject: [docgen] Update README.md skip-checks: true --- CONFIG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONFIG.md b/CONFIG.md index 6f3d858b..d015c0a5 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -4717,7 +4717,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-serve require'lspconfig'.sumneko_lua.setup { cmd = {sumneko_binary, "-E", sumneko_root_path .. "/main.lua"}; -- cgit v1.3.1