mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/icons.lua: add debug icons
This commit is contained in:
parent
ac0d102cab
commit
76b57ddf14
1 changed files with 7 additions and 0 deletions
|
|
@ -213,6 +213,13 @@ return {
|
|||
watch = "",
|
||||
unknown = iconset.circle,
|
||||
},
|
||||
debug = {
|
||||
breakpoint = "",
|
||||
breakpointCondition = "",
|
||||
logPoint = "",
|
||||
stopped = "",
|
||||
rejected = "",
|
||||
},
|
||||
symbols = {
|
||||
Text = iconset.text,
|
||||
Method = iconset.code.method,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue