aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2021-01-05 19:51:10 +0000
committerGithub Actions <actions@github>2021-01-05 19:51:10 +0000
commiteec1a7f377762ae53cdb85520870f719503d9199 (patch)
treea887d9dbff09b57351de0512e90db23436261144
parentFix syntax error for sumneko_lua in CONFIG.md (diff)
downloadnvim-lspconfig-eec1a7f377762ae53cdb85520870f719503d9199.tar
nvim-lspconfig-eec1a7f377762ae53cdb85520870f719503d9199.tar.gz
nvim-lspconfig-eec1a7f377762ae53cdb85520870f719503d9199.tar.bz2
nvim-lspconfig-eec1a7f377762ae53cdb85520870f719503d9199.tar.lz
nvim-lspconfig-eec1a7f377762ae53cdb85520870f719503d9199.tar.xz
nvim-lspconfig-eec1a7f377762ae53cdb85520870f719503d9199.tar.zst
nvim-lspconfig-eec1a7f377762ae53cdb85520870f719503d9199.zip
[docgen] Update README.md
skip-checks: true
-rw-r--r--CONFIG.md8
1 files changed, 7 insertions, 1 deletions
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