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 = ""
|
numhl = ""
|
||||||
},
|
},
|
||||||
rejected = {
|
rejected = {
|
||||||
text = "",
|
text = "❗",
|
||||||
texthl = "LspDiagnosticsSignHint",
|
texthl = "LspDiagnosticsSignHint",
|
||||||
linehl = "",
|
linehl = "",
|
||||||
numhl = ""
|
numhl = ""
|
||||||
},
|
},
|
||||||
stopped = {
|
stopped = {
|
||||||
text = "⭐️",
|
text = "🛑",
|
||||||
texthl = "LspDiagnosticsSignInformation",
|
texthl = "LspDiagnosticsSignInformation",
|
||||||
linehl = "DiagnosticUnderlineInfo",
|
linehl = "DiagnosticUnderlineInfo",
|
||||||
numhl = "LspDiagnosticsSignInformation"
|
numhl = "LspDiagnosticsSignInformation"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user