1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim/lua/user/plugins/ui/editor.lua: update todo-comments settings

This commit is contained in:
Henrik Hautakoski 2025-07-21 05:50:32 +02:00
parent 3c9a19b863
commit fc1bafc590

View file

@ -34,7 +34,15 @@ return {
opts = {
signs = false,
keywords = {
TODO = { color = "warning" },
-- TODO = { color = "warning" },
},
colors = {
default = { "TodoCommentsDefault", "#7C3AED" },
error = { "TodoCommentsError", "#DC2626" },
warning = { "TodoCommentsWarning", "#FBBF24" },
info = { "TodoCommentsInfo", "#2563EB" },
hint = { "TodoCommentsHint", "#10B981" },
test = { "TodoCommentsTest", "#FF00FF" }
},
highlight = {
keyword = 'fg',