Skip to content

Commit 510b9d1

Browse files
committed
fix(extras): add in missing comma to yazi extras
1 parent 7894b03 commit 510b9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrotheme/extras/yazi.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ rules = [
176176
{ url = "*", is = "exec" , fg = "${syntax.green}" },
177177
178178
# Fallback
179-
{ url = "*/", fg = "${syntax.blue}" }
179+
{ url = "*/", fg = "${syntax.blue}" },
180180
{ url = "*", fg = "${ui.text}" }
181181
]
182182
]],

0 commit comments

Comments
 (0)