update sumneko_lua settings
This commit is contained in:
@@ -71,9 +71,11 @@ lsp_installer.on_server_ready(function(server)
|
|||||||
path = runtime_path,
|
path = runtime_path,
|
||||||
},
|
},
|
||||||
diagnostics = {
|
diagnostics = {
|
||||||
library = vim.api.nvim_get_runtime_file("", true),
|
|
||||||
globals = { "vim" },
|
globals = { "vim" },
|
||||||
},
|
},
|
||||||
|
workspace = {
|
||||||
|
library = vim.api.nvim_get_runtime_file("", true),
|
||||||
|
},
|
||||||
telemetry = {
|
telemetry = {
|
||||||
enable = false,
|
enable = false,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user