-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add adb ads gpr #514
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From an end-user perspective- as an Ada software developer using nvim (with nvim-tree), what would add value to me is being able to differentiate between the primary Ada source files and indicate the particular function of the files. In Ada, this can be summarized to the following files: .adb - Body To this end, I have selected icons which visually align with the function of the file being represented and would prefer to keep those selected. |
web-devicons provides the actual icons for file types, rather than abstract arbitrary icons. Suggestions:
|
If you we going to use a font glyph to represent Ada file types, we should at least use the latest and (most popular) Ada logo: https://blog.adacore.com/our-contribution-to-the-ada-logo-discussion |
Switch to using 'nf-custom-ada' glpyh for Ada file types. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many thanks for your contribution!
Thanks Alex! |
Add icon for '.adb', '.ads', and '.gpr' file types.