tangled
alpha
login
or
join now
robinwobin.dev
/
artio.nvim
3
fork
atom
minimal extui fuzzy finder for neovim
3
fork
atom
overview
issues
pulls
pipelines
fix(view): offset custom hl end col by icon
robinwobin.dev
3 months ago
f5347f6b
517ce960
+1
-1
1 changed file
expand all
collapse all
unified
split
lua
artio
view.lua
+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
462
-
end_col = indent + hl[1][2],
462
462
+
end_col = indent + icon_indent + hl[1][2],
463
463
hl_group = hl[2],
464
464
})
465
465
)