🐻 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: add `ArtioMarker` highlight

robin 509248da ed1e03fc

+1
+1
plugin/artio.lua
··· 26 26 hi("ArtioPointer", { fg = cursor_hl.bg }) 27 27 28 28 hi("ArtioMatch", { link = "PmenuMatch" }) 29 + hi("ArtioMarker", { link = "DiagnosticWarn" }) 29 30 end, 30 31 }) 31 32