From 2025fb7d0eaa09ec38c35fe738aceef7cb609579 Mon Sep 17 00:00:00 2001 From: Daveanand Mannie Date: Fri, 17 Oct 2025 23:54:45 -0400 Subject: [PATCH] [FIX] space throws an err --- lua/plugins/langs/python/debugger.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/langs/python/debugger.lua b/lua/plugins/langs/python/debugger.lua index ead5ae4..ddbe19a 100644 --- a/lua/plugins/langs/python/debugger.lua +++ b/lua/plugins/langs/python/debugger.lua @@ -17,7 +17,7 @@ return { vim.fn.sign_define( "DapBreakpoint", - { text = " 🔴", texthl = "DiagnosticError", linehl = "", numhl = "" } + { text = "🔴", texthl = "DiagnosticError", linehl = "", numhl = "" } ) -- Auto open/close UI