Various Plugins and Settings
This commit is contained in:
@ -11,7 +11,7 @@ require('todo-comments').setup {
|
||||
DONE = { icon = " ", color = "info" },
|
||||
FEAT = { icon = " ", color = "warning", alt = { "NEED", "REQUEST" } },
|
||||
WARN = { icon = " ", color = "error", alt = { "WARNING", "ERROR" } },
|
||||
TASK = { icon = " ", color = "hint", alt = { "TODO", "TBD" } },
|
||||
TODO = { icon = " ", color = "test", alt = { "TASK", "TBD" } },
|
||||
NOTE = { icon = " ", color = "hint", alt = { "INFO" } },
|
||||
SENG = { icon = " ", color = "test", alt = { "SOLUTIONS", "SE", "WORKAROUND" } },
|
||||
},
|
||||
@ -20,10 +20,10 @@ require('todo-comments').setup {
|
||||
},
|
||||
colors = {
|
||||
error = { "DiagnosticError", "ErrorMsg", "#DC2626" },
|
||||
warning = { "DiagnosticWarning", "WarningMsg", "#FBBF24" },
|
||||
info = { "DiagnosticInfo", "#2563EB" },
|
||||
hint = { "DiagnosticHint", "#10B981" },
|
||||
default = { "Identifier", "#7C3AED" },
|
||||
warning = { "DiagnosticWarning", "WarningMsg", "#ffba08" },
|
||||
info = { "DiagnosticInfo", "#05eb42" },
|
||||
hint = { "DiagnosticHint", "#ff12d7" },
|
||||
default = { "Identifier", "#711fff" },
|
||||
test = { "Identifier", "#FF00FF" }
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user