feat: turn off telemettry for lua ls

This commit is contained in:
Rubin Bhandari 2024-01-31 18:57:55 +05:45 committed by GitHub
parent a50f92f755
commit 2b46c51d8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,6 +64,7 @@ return {
workspace = { workspace = {
checkThirdParty = false, checkThirdParty = false,
}, },
telemetry = { enable = false },
completion = { completion = {
callSnippet = "Replace", callSnippet = "Replace",
}, },