diff --git a/nvim/lua/user/icons.lua b/nvim/lua/user/icons.lua index afe60c2..6c09b5f 100644 --- a/nvim/lua/user/icons.lua +++ b/nvim/lua/user/icons.lua @@ -213,6 +213,13 @@ return { watch = "", unknown = iconset.circle, }, + debug = { + breakpoint = "󰄯", + breakpointCondition = "󰯲", + logPoint = "󰰍", + stopped = "󰌕", + rejected = "", + }, symbols = { Text = iconset.text, Method = iconset.code.method,