Nerd-Fonts – Patched Fonts for Vim
github.com
Nerd-Fonts – Patched Fonts for Vim
1–10 of 24 posts
Re: Nerd-Fonts – Patched Fonts for Vim
#2Re: Nerd-Fonts – Patched Fonts for Vim
#3Is this for people who like to put icons into code comments?
Re: Nerd-Fonts – Patched Fonts for Vim
#4It appears to be several popular programming fonts with a bunch of extra glyphs added. Does Vim require special font support, because I'm having a hard time figuring out the point of this. Is this for people who like to put icons into code comments?
> Originally created for use with vim-devicons vim plugin to add glyphs (icons) as labels for files based on the filetype extension or entire path
Re: Nerd-Fonts – Patched Fonts for Vim
#5It appears to be several popular programming fonts with a bunch of extra glyphs added. Does Vim require special font support, because I'm having a hard time figuring out the point of this. Is this for people who like to put icons into code comments?
vim-devicons is the other big one that this is supporting, which gives you filetype icons.
Are these things huge big deals? No. Are they nice things that make Vim's UI look a little cleaner and more informative within the confines of a pure character-mode application? Yes.
Re: Nerd-Fonts – Patched Fonts for Vim
#6It appears to be several popular programming fonts with a bunch of extra glyphs added. Does Vim require special font support, because I'm having a hard time figuring out the point of this. Is this for people who like to put icons into code comments?
Not really, that's the terminal emulator's job. If you want to use unicode fuckery for pointless hipster icons, you just need to have the glyphs in any installed font, and the terminal should substitute it when needed, no matter what your configured default font is (unless said font also provides the glyphs).
Re: Nerd-Fonts – Patched Fonts for Vim
#7It appears to be several popular programming fonts with a bunch of extra glyphs added. Does Vim require special font support, because I'm having a hard time figuring out the point of this. Is this for people who like to put icons into code comments?
Re: Nerd-Fonts – Patched Fonts for Vim
#8Getting a real brogrammer vibe from this
Re: Nerd-Fonts – Patched Fonts for Vim
#9For my eyes, vim-devicons looks like a crazy amount of icons for any console app. Can't say I am a fan but as always it is great to see diversity and tool makers making tools for every need.