refactor(nvim): explicitly opt-out of lua_ls telemetry

This commit is contained in:
Price Hiller 2024-05-24 13:43:22 -05:00
parent 7f679cedfc
commit 02ca00998a
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -328,6 +328,9 @@ return {
completion = {
callSnippet = "Replace",
},
telemetry = {
enable = false,
},
},
},
})