mirror of
https://github.com/pnx/dotfiles
synced 2026-07-02 14:33:40 +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 = "",
|
watch = "",
|
||||||
unknown = iconset.circle,
|
unknown = iconset.circle,
|
||||||
},
|
},
|
||||||
|
debug = {
|
||||||
|
breakpoint = "",
|
||||||
|
breakpointCondition = "",
|
||||||
|
logPoint = "",
|
||||||
|
stopped = "",
|
||||||
|
rejected = "",
|
||||||
|
},
|
||||||
symbols = {
|
symbols = {
|
||||||
Text = iconset.text,
|
Text = iconset.text,
|
||||||
Method = iconset.code.method,
|
Method = iconset.code.method,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue