From c4769730a663f24b32a398d8db5b592bb86513eb Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Thu, 5 Jun 2025 15:13:51 +0200 Subject: [PATCH] chore(onedark): fix formatting --- lua/ow/plugins/onedark.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/ow/plugins/onedark.lua b/lua/ow/plugins/onedark.lua index 67b6acf..41b23cc 100644 --- a/lua/ow/plugins/onedark.lua +++ b/lua/ow/plugins/onedark.lua @@ -18,7 +18,7 @@ return { TelescopeResultsBorder = { fg = c.grey }, TelescopePreviewBorder = { fg = c.grey }, TreesitterContextBottom = { fmt = "underline", sp = c.bg3 }, - TreesitterContextLineNumberBottom = { fmt = "underline", sp = c.bg3 }, + TreesitterContextLineNumberBottom = { fmt = "underline", sp = c.bg3, },