🐻 minimal ui2 fuzzy finder for Neovim codeberg.org/comfysage/artio.nvim
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(health): check extui

robin 0cd6bacf d1a02d70

+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