Neovim LSP Lua: Do you need to configure your work environment as luv?

How to fix the repeating message: LSP Lua config required for workspace checkThridParty

Add the following configuration to your LSP Lua configuration as follows:

lua_ls = {
    Lua = {
        workspace = { checkThirdParty = false },
        telemetry = { enable = false },
    },
},