From 2783bdbc4ff51ed1fec1a4dd3a391fa71acae7ec Mon Sep 17 00:00:00 2001 From: Rolo Date: Sat, 4 Jan 2025 09:02:52 -0800 Subject: [PATCH] todo: outline more icon domains and sets --- helix-view/src/icons.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helix-view/src/icons.rs b/helix-view/src/icons.rs index d22ed52265a49..f7e1984ef1291 100644 --- a/helix-view/src/icons.rs +++ b/helix-view/src/icons.rs @@ -6,6 +6,9 @@ use smartstring::{LazyCompact, SmartString}; type String = SmartString; +// TODO: Vcs { added  , removed  , ignored  , modified  , renamed  } +// TODO: Snippet {enabled, icon  } +// TODO: Text/Spellcheck { enabled, icon 󰓆 } #[derive(Debug, Serialize, Deserialize, Default, PartialEq, Eq, Clone)] #[serde(default)]