···77 vim.health.error("artio.nvim not loaded")
88 end
991010+ if not vim.tbl_get(require("vim._extui.shared") or {}, "cfg", "enable") then
1111+ vim.health.error("extui not enabled")
1212+ end
1313+1014 if _G["MiniIcons"] then
1115 vim.health.ok("mini.icons support")
1216 else