Neovim: Disable lua plugin telemetry

This commit is contained in:
Tony Grosinger 2024-05-30 08:34:30 -07:00
parent 621a9930ea
commit 81fe04dd51

View File

@ -506,6 +506,9 @@ require('lazy').setup({
}, },
-- You can toggle below to ignore Lua_LS's noisy `missing-fields` warnings -- You can toggle below to ignore Lua_LS's noisy `missing-fields` warnings
-- diagnostics = { disable = { 'missing-fields' } }, -- diagnostics = { disable = { 'missing-fields' } },
telemetry = {
enable = false,
},
}, },
}, },
}, },