refactor(nvim): explicitly opt-out of lua_ls telemetry
This commit is contained in:
parent
7f679cedfc
commit
02ca00998a
@ -328,6 +328,9 @@ return {
|
||||
completion = {
|
||||
callSnippet = "Replace",
|
||||
},
|
||||
telemetry = {
|
||||
enable = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user