🐻 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.

fix(config): use `_G["MiniIcons"]` to detect icons

robin b2bda4ad abed30aa

+3 -2
+1 -1
lua/artio/config.lua
··· 34 34 prompt_title = true, 35 35 pointer = "", 36 36 marker = "│", 37 - use_icons = package.loaded["mini.icons"] and true or false, 37 + use_icons = _G["MiniIcons"] and true or false, 38 38 }, 39 39 win = { 40 40 height = 0.4,
+2 -1
selene.toml
··· 1 - std="vim" 1 + std = "vim" 2 2 3 3 [rules] 4 4 mixed_table = "allow" 5 + global_usage = "allow"