Disable telemetry for sumneko lua lsp

pull/10/head
skovati 2 years ago committed by TJ DeVries
parent aec3137ca3
commit 07ba51d789

@ -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…
Cancel
Save