Update init.lua

Co-authored-by: Sean <44933921+seantwie03@users.noreply.github.com>
This commit is contained in:
TJ DeVries 2022-12-19 18:01:07 -05:00 committed by GitHub
parent 331b122af5
commit 8efed846e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -381,7 +381,7 @@ require('lspconfig').sumneko_lua.setup {
}, },
workspace = { workspace = {
library = vim.api.nvim_get_runtime_file('', true), library = vim.api.nvim_get_runtime_file('', true),
checkcheckThirdParty = false, checkThirdParty = false,
}, },
-- Do not send telemetry data containing a randomized but unique identifier -- Do not send telemetry data containing a randomized but unique identifier
telemetry = { enable = false }, telemetry = { enable = false },