🐻 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 end col by icon

robin f5347f6b 517ce960

+1 -1
+1 -1
lua/artio/view.lua
··· 459 459 cmdline.srow + i - 1, 460 460 indent + icon_indent + hl[1][1], 461 461 vim.tbl_extend("force", ext_match_opts, { 462 - end_col = indent + hl[1][2], 462 + end_col = indent + icon_indent + hl[1][2], 463 463 hl_group = hl[2], 464 464 }) 465 465 )