[FIX] space throws an err
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user