feat(nvim/dap): icons
This commit is contained in:
parent
78eacedab0
commit
8ca3f4820d
4
init.lua
4
init.lua
@ -56,13 +56,13 @@ local dap_breakpoint = {
|
||||
numhl = ""
|
||||
},
|
||||
rejected = {
|
||||
text = "",
|
||||
text = "❗",
|
||||
texthl = "LspDiagnosticsSignHint",
|
||||
linehl = "",
|
||||
numhl = ""
|
||||
},
|
||||
stopped = {
|
||||
text = "⭐️",
|
||||
text = "🛑",
|
||||
texthl = "LspDiagnosticsSignInformation",
|
||||
linehl = "DiagnosticUnderlineInfo",
|
||||
numhl = "LspDiagnosticsSignInformation"
|
||||
|
Loading…
x
Reference in New Issue
Block a user