From dd39829d40ff7c6908e64fbda569092aca26f5e8 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Wed, 10 Jul 2024 11:28:11 +0700 Subject: [PATCH] codesnap: removed background padding --- lua/plugins/code_snap.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/plugins/code_snap.lua b/lua/plugins/code_snap.lua index 37e494a..93591c1 100644 --- a/lua/plugins/code_snap.lua +++ b/lua/plugins/code_snap.lua @@ -15,7 +15,6 @@ return { has_breadcrumbs = true, has_line_number = true, code_font_family = "JetBrainsMono Nerd Font", - bg_x_padding = 20, - bg_y_padding = 20, + bg_padding = 0, }, }