added todo-comments.lua

This commit is contained in:
2026-06-11 01:49:43 +02:00
parent 7b191e5b95
commit 5853e50677
3 changed files with 98 additions and 1 deletions
+23
View File
@@ -89,5 +89,28 @@ vim.g.ui = {
untracked = { text = "" },
},
},
todo_comments = {
error = {
icon = "",
},
todo = {
icon = "",
},
hack = {
icon = "",
},
warn = {
icon = "",
},
perf = {
icon = "󰾆",
},
note = {
icon = "",
},
test = {
icon = "󰙨",
},
},
}
}