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