You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In every "code editor" they have icons
So I have an idea to make this a thing in helix
System Design
In Rust we can read files (obviously), So what if there is library named helix-icons inside it there is folder named icons that contains text files with nerdfont icons like helix-icons/src/icons/(icon_name).txt and in helix-icons/src/lib.rs there is find_icon(name: &str) -> Option<String>, Also it would be better if we have function that gives you icon by file extension
The text was updated successfully, but these errors were encountered:
Why
In every "code editor" they have icons
So I have an idea to make this a thing in helix
System Design
In Rust we can read files (obviously), So what if there is library named
helix-icons
inside it there is folder namedicons
that contains text files with nerdfont icons likehelix-icons/src/icons/(icon_name).txt
and inhelix-icons/src/lib.rs
there isfind_icon(name: &str) -> Option<String>
, Also it would be better if we have function that gives you icon by file extensionThe text was updated successfully, but these errors were encountered: