Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more →
Vim-devicons Alternatives
Similar projects and alternatives to vim-devicons
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
ale
Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
vim-devicons discussion
vim-devicons reviews and mentions
-
treemacs-devicons: a vim-devicons inspired theme for treemacs!
Hello guys I made a devicons theme for treemacs. This is inspired by nvim-web-devicons and vim-devicons. Here are some screenshots:
- NeoVim Installation and Configuration on Win10/11
-
Fern.vim now supports nvim-web-devicons
It uses plugins called renderer to change how the file tree is renderer and it has two plugins for render icons in the tree that support lambdalisue/nerdfont.vim and ryanoasis/vim-devicons, but it lacked support for nvim-web-devicons.
-
My Neovim Configuration
call plug#begin('~/.config/nvim/plugged') Plug 'http://github.com/tpope/vim-surround' " Surrounding ysw) Plug 'https://github.com/preservim/nerdtree' " NerdTree Plug 'https://github.com/tpope/vim-commentary' " For Commenting gcc & gc Plug 'https://github.com/vim-airline/vim-airline' " Status bar Plug 'https://github.com/ap/vim-css-color' " CSS Color Preview Plug 'https://github.com/rafi/awesome-vim-colorschemes' " Retro Scheme Plug 'https://github.com/ryanoasis/vim-devicons' " Developer Icons Plug 'https://github.com/tc50cal/vim-terminal' " Vim Terminal Plug 'https://github.com/preservim/tagbar' " Tagbar for code navigation Plug 'https://github.com/terryma/vim-multiple-cursors' " CTRL + N for multiple cursors call plug#end() nnoremap :NERDTreeFocus nnoremap :NERDTree nnoremap :NERDTreeToggle nmap :TagbarToggle let g:NERDTreeDirArrowExpandable="+" let g:NERDTreeDirArrowCollapsible="~"
-
Configuring NeoVim plugins
Better yet, if you're using the vim-devicons plugin, use the patched version at Nerd Fonts that include the icons. The rest of the post follows as equal.
-
what terminal emulator do you use for neovim?
Do you have vim-devicons installed (Assuming you're using nerdtree)?
-
Slow Neovim
Okay, that's a start. Based on a quick look through that repo, maybe you're running into this issue? I'm not sure why that would cause such a huge delay tho. Either way, I'd try adding one of the lines below to your config file:
-
Vem-Tabline not showing file icons in tabs
I am not able to get vem-tabline to show the file icons in the tabs(there are only tab numbers that are displayed), with nvim, and neovide. I have installed vim-devicons, and the icons do show up in my statusline, for which I am using lightline. I have also installed a Nerd Font, so I don't know where I am going wrong. Could someone help me with this?
- lsp-error with clangd when opening a cpp file in Ubuntu
-
Vim: A Beginner's Guide From A Beginner
vim-devicons - a plugin to show icons for your files
-
A note from our sponsor - Stream
getstream.io | 16 Jul 2025
Stats
ryanoasis/vim-devicons is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of vim-devicons is Vim Script.