Disable telemetry for sumneko lua lsp
This commit is contained in:
parent
aec3137ca3
commit
07ba51d789
1 changed files with 2 additions and 0 deletions
2
init.lua
2
init.lua
|
@ -332,6 +332,8 @@ require('lspconfig').sumneko_lua.setup {
|
|||
globals = { 'vim' },
|
||||
},
|
||||
workspace = { library = vim.api.nvim_get_runtime_file('', true) },
|
||||
-- Do not send telemetry data containing a randomized but unique identifier
|
||||
telemetry = { enable = false, },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue