[FIX] space throws an err

This commit is contained in:
Daveanand Mannie
2025-10-17 23:54:45 -04:00
parent 1752b39e96
commit 2025fb7d0e

View File

@@ -17,7 +17,7 @@ return {
vim.fn.sign_define( vim.fn.sign_define(
"DapBreakpoint", "DapBreakpoint",
{ text = " 🔴", texthl = "DiagnosticError", linehl = "", numhl = "" } { text = "🔴", texthl = "DiagnosticError", linehl = "", numhl = "" }
) )
-- Auto open/close UI -- Auto open/close UI