mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
nvim/lua/user/plugins/ui/editor.lua: update todo-comments settings
This commit is contained in:
parent
3c9a19b863
commit
fc1bafc590
1 changed files with 9 additions and 1 deletions
|
|
@ -34,7 +34,15 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
signs = false,
|
signs = false,
|
||||||
keywords = {
|
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 = {
|
highlight = {
|
||||||
keyword = 'fg',
|
keyword = 'fg',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue