minimal extui fuzzy finder for neovim

feat(health): check extui

+4
+4
lua/artio/health.lua
··· 7 7 vim.health.error("artio.nvim not loaded") 8 8 end 9 9 10 + if not vim.tbl_get(require("vim._extui.shared") or {}, "cfg", "enable") then 11 + vim.health.error("extui not enabled") 12 + end 13 + 10 14 if _G["MiniIcons"] then 11 15 vim.health.ok("mini.icons support") 12 16 else