[FIX] space throws an err
This commit is contained in:
@@ -17,7 +17,7 @@ return {
|
||||
|
||||
vim.fn.sign_define(
|
||||
"DapBreakpoint",
|
||||
{ text = " 🔴", texthl = "DiagnosticError", linehl = "", numhl = "" }
|
||||
{ text = "🔴", texthl = "DiagnosticError", linehl = "", numhl = "" }
|
||||
)
|
||||
|
||||
-- Auto open/close UI
|
||||
|
||||
Reference in New Issue
Block a user