aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/conf/nvim
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha/conf/nvim')
-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"];
};