Remove 'workspace' from Lua lsp settings

This commit is contained in:
Sam A. 2023-05-11 02:28:20 +02:00
parent abfbcdb504
commit 800248f00f
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 0 additions and 4 deletions

View File

@ -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
}