fix telescope and add todo-comments

This commit is contained in:
Roel de Cort 2024-05-30 21:58:48 +02:00
parent e9ded6316c
commit cd1bc6acc3
4 changed files with 49 additions and 36 deletions

View file

@ -0,0 +1,12 @@
_: {
plugins.todo-comments = {
enable = true;
colors = {
error = ["DiagnosticError" "ErrorMsg" "#ED8796"];
warning = ["DiagnosticWarn" "WarningMsg" "#EED49F"];
info = ["DiagnosticInfo" "#EED49F"];
default = ["Identifier" "#F5A97F"];
test = ["Identifier" "#8AADF4"];
};
};
}