diff options
| author | Github Actions <actions@github> | 2021-01-05 19:51:10 +0000 |
|---|---|---|
| committer | Github Actions <actions@github> | 2021-01-05 19:51:10 +0000 |
| commit | eec1a7f377762ae53cdb85520870f719503d9199 (patch) | |
| tree | a887d9dbff09b57351de0512e90db23436261144 | |
| parent | Fix syntax error for sumneko_lua in CONFIG.md (diff) | |
| download | nvim-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.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |
