fix telescope and add todo-comments
This commit is contained in:
parent
e9ded6316c
commit
cd1bc6acc3
4 changed files with 49 additions and 36 deletions
12
config/plugins/editor/todo-comments.nix
Normal file
12
config/plugins/editor/todo-comments.nix
Normal 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"];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue