-
Notifications
You must be signed in to change notification settings - Fork 267
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
Add support for .tex, .r and .rmd files. #195
Comments
Sure actually this us a good place. Nice I don't think I knew about this font. I can try to add it to Nerd Fonts |
+1 ! It would be awesome to add this font to Nerd Fonts |
Font-awesome just added support for R. I know that you have plenty on your plate, but how long does it normally take for FA upgrades to appear here? Thanks for all of your work! |
@michaelquinn32 Ah okay nice. So Nerd Fonts is currently on 4.7.0 (hasn't made the jump to 5.x yet). There is discussion whether or not to make FA 5 the default or switch to Font Awesome Extension.
Thanks for the understanding. 😄 Relevant tickets: Edit:
Thanks, appreciate it. |
Great! Thanks for everything that you've been working on. It's all much appreciated. |
Hi Just following up on this thread. If anyone wants to use the r glyph for the .r filetype (and dont want to wait for the upgrade to FA5), you can download: https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/bin/scripts/lib/i_material.sh into the dir path below and then: source ~/.local/share/fonts/i_material.sh ﳒand copy the output from the terminal or open i_material.sh in gvim and copy the glyph (from line 2009) and then paste it into the following configuration let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols = {} " needed which you can put in your vimrc. This works for me with Vim 8.1 and Ubuntu 18.04. |
I think let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['rproj'] = '鉶' |
Is there a latex/tex icon already? I just installed devicons and |
@ryanoasis |
Hi @ryanoasis , I think I just found a bug in NERDTree with devicons, I think its related to this issue. Every file with TeX icon flip to the right of screen But if i change the extention every thing goes back to normal : This is my firt activity on Github so maybe I didn't post it on the right place. |
I am not sure whether this is the right place to ask for it. However it would be wonderful if this plugin could support
.tex
(latex),.r
(R language) and.rmd
(rmarkdown) filetypes.For
.rmd
file, it could be the same icon asmarkdown
file.For
.tex
and.r
files, I see icons in file-icons font https://github.com/file-icons/source/blob/master/charmap.md.The text was updated successfully, but these errors were encountered: