mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-30 12:34:37 +02:00
fix(icons): updated a dap icon
This commit is contained in:
parent
25d37a2cdd
commit
6ebf3ab084
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ local defaults = {
|
|||
-- icons used by other plugins
|
||||
icons = {
|
||||
dap = {
|
||||
Stopped = { " ", "DiagnosticWarn", "DapStoppedLine" },
|
||||
Stopped = { " ", "DiagnosticWarn", "DapStoppedLine" },
|
||||
Breakpoint = " ",
|
||||
BreakpointCondition = " ",
|
||||
BreakpointRejected = { " ", "DiagnosticError" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue