From 581228dad115ce9e6ffd57a169e8a3cdd8d99a5a Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 28 Aug 2023 15:01:27 +0200 Subject: Fix(treewide): Replace old nerdfont icons with new ones This fix was done automatically with [nerdfix](1). [1]: https://github.com/loichyan/nerdfix --- hm/soispha/conf/nvim/plugins/todo-comments/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hm/soispha/conf/nvim') 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"]; }; -- cgit 1.4.1