return { settings = { Lua = { diagnostics = { globals = { "vim", "astronvim", "bit" }, }, workspace = { library = { [vim.fn.expand "$VIMRUNTIME/lua"] = true, [astronvim.install.home .. "/lua"] = true, [astronvim.install.config .. "/lua"] = true, }, }, }, }, }