mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat: turn off telemettry for lua ls
This commit is contained in:
parent
a50f92f755
commit
2b46c51d8a
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ return {
|
||||||
workspace = {
|
workspace = {
|
||||||
checkThirdParty = false,
|
checkThirdParty = false,
|
||||||
},
|
},
|
||||||
|
telemetry = { enable = false },
|
||||||
completion = {
|
completion = {
|
||||||
callSnippet = "Replace",
|
callSnippet = "Replace",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue