fixed annoying lua ls message

This commit is contained in:
Oliver Hartmann 2023-01-03 01:50:51 +01:00
parent 3a70a67737
commit 4aa3048e23

View File

@ -206,6 +206,7 @@ return {
workspace = { workspace = {
-- Make the server aware of Neovim runtime files -- Make the server aware of Neovim runtime files
library = vim.api.nvim_get_runtime_file('', true), library = vim.api.nvim_get_runtime_file('', true),
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 = { telemetry = {