Remove 'workspace' from Lua lsp settings
This commit is contained in:
parent
abfbcdb504
commit
800248f00f
|
@ -180,10 +180,6 @@ lsp.lua_ls.setup {
|
||||||
diagnostics = {
|
diagnostics = {
|
||||||
globals = { 'vim' }
|
globals = { 'vim' }
|
||||||
},
|
},
|
||||||
workspace = {
|
|
||||||
library = vim.api.nvim_get_runtime_file('', true),
|
|
||||||
checkThirdParty = false
|
|
||||||
},
|
|
||||||
telemetry = {
|
telemetry = {
|
||||||
enable = false
|
enable = false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue