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 checkThridPartyAdd the following configuration to your LSP Lua configuration as follows:
lua_ls = {
Lua = {
workspace = { checkThirdParty = false },
telemetry = { enable = false },
},
},