From 8efed846e37f4a29afb84aadae0751ac59a122d2 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Mon, 19 Dec 2022 18:01:07 -0500 Subject: [PATCH] Update init.lua Co-authored-by: Sean <44933921+seantwie03@users.noreply.github.com> --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 49abb655..55da4af3 100644 --- a/init.lua +++ b/init.lua @@ -381,7 +381,7 @@ require('lspconfig').sumneko_lua.setup { }, workspace = { library = vim.api.nvim_get_runtime_file('', true), - checkcheckThirdParty = false, + checkThirdParty = false, }, -- Do not send telemetry data containing a randomized but unique identifier telemetry = { enable = false },