added todo-comments.lua
This commit is contained in:
@@ -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 = "",
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user