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 by icon
robinwobin.dev
3 months ago
cc48ad2e
4ce3bdd9
+1
-1
1 changed file
expand all
collapse all
unified
split
lua
artio
view.lua
+1
-1
lua/artio/view.lua
···
435
435
local hl = line_hls[j]
436
436
self:mark(
437
437
cmdline.srow + i - 1,
438
438
-
indent + hl[1][1],
438
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],