Skip to content

Commit

Permalink
fix: Incorrect highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
Isrothy committed Sep 1, 2024
1 parent 98ec108 commit 10a033e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neominimap/map/handlers/git.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ M.get_annotations = function(bufnr)
icon = toIcon[hunk.type],
line_highlight = toLineHighlight[hunk.type],
sign_highlight = toSignHighlight[hunk.type],
icon_highlight = toSignHighlight[hunk.type],
icon_highlight = toIconHighlight[hunk.type],
}
end
return annotation
Expand Down

0 comments on commit 10a033e

Please sign in to comment.