-
Notifications
You must be signed in to change notification settings - Fork 271
Description
I've noticed an inconsistency in how the neotree handles file extensions. When creating an R file with an uppercase file extension (e.g., .R), neotree does not recognize it as an R file. However, if I use a lowercase file extension (e.g., .r), neotree correctly identifies it as an R file. It is worth mentioning that most style guides for R language recommend using uppercase file extensions (even in R's source code). Additionally, the lualine plugin does not exhibit this inconsistency and treats both uppercase and lowercase R file extensions as the same.
While this issue is not critical, I would appreciate guidance on configuring neotree to treat both .R and .r file extensions consistently. Alternatively, if there is a possibility of addressing this in the plugin's source code, I'm not familiar with Lua scripting and would appreciate help in submitting a request.
Please refer to the following screenshots for clarification:
Thank you for your attention to this matter. I would appreciate any suggestions or guidance on how to resolve this inconsistency.


