1
0
Fork 0
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:
Henrik Hautakoski 2025-10-16 18:48:05 +02:00
parent ac0d102cab
commit 76b57ddf14

View file

@ -213,6 +213,13 @@ return {
watch = "",
unknown = iconset.circle,
},
debug = {
breakpoint = "󰄯",
breakpointCondition = "󰯲",
logPoint = "󰰍",
stopped = "󰌕",
rejected = "",
},
symbols = {
Text = iconset.text,
Method = iconset.code.method,