🐻 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(view): offset custom hl by icon

robin cc48ad2e 4ce3bdd9

+1 -1
+1 -1
lua/artio/view.lua
··· 435 435 local hl = line_hls[j] 436 436 self:mark( 437 437 cmdline.srow + i - 1, 438 - indent + hl[1][1], 438 + indent + icon_indent + hl[1][1], 439 439 vim.tbl_extend("force", ext_match_opts, { 440 440 end_col = indent + hl[1][2], 441 441 hl_group = hl[2],