local lspconfig = require("lspconfig") -- FIXME: https://github.com/folke/neodev.nvim ? lspconfig.lua_ls.setup({ settings = { Lua = { runtime = { version = "LuaJIT", }, workspace = { checkThirdParty = false, library = { vim.env.VIMRUNTIME, }, }, }, }, })