aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/conf/nvim/plugins/todo-comments
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-28 15:01:27 +0200
committerSoispha <soispha@vhack.eu>2023-08-28 15:02:39 +0200
commit581228dad115ce9e6ffd57a169e8a3cdd8d99a5a (patch)
tree1442a60dbdc48ce45e1d60e45425f4cc748da438 /hm/soispha/conf/nvim/plugins/todo-comments
parentRevert: "Fix(hm/conf/lf): Update icons to nerdfonts v3" (diff)
downloadnixos-config-581228dad115ce9e6ffd57a169e8a3cdd8d99a5a.zip
Fix(treewide): Replace old nerdfont icons with new ones
This fix was done automatically with [nerdfix](1). [1]: https://github.com/loichyan/nerdfix
Diffstat (limited to 'hm/soispha/conf/nvim/plugins/todo-comments')
-rw-r--r--hm/soispha/conf/nvim/plugins/todo-comments/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hm/soispha/conf/nvim/plugins/todo-comments/default.nix b/hm/soispha/conf/nvim/plugins/todo-comments/default.nix
index 9ed6cc87..35f4b283 100644
--- a/hm/soispha/conf/nvim/plugins/todo-comments/default.nix
+++ b/hm/soispha/conf/nvim/plugins/todo-comments/default.nix
@@ -30,11 +30,11 @@
alt = ["WARNING" "XXX"];
};
PERF = {
- icon = " ";
+ icon = "󰅒 ";
alt = ["OPTIM" "PERFORMANCE" "OPTIMIZE"];
};
NOTE = {
- icon = " ";
+ icon = "󰍨 ";
color = "hint";
alt = ["INFO"];
};