From 15d091cb650bc7044f0718d8446fad436dc13be4 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 d22ed522..f7e1984e 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)]