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. Learn more →
Vim-airline-themes Alternatives
Similar projects and alternatives to vim-airline-themes
-
coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
-
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
-
-
-
ultisnips
UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!
-
-
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-airline-themes discussion
vim-airline-themes reviews and mentions
- How do I make my nvim have this? I like having the mode in colors
-
Neovim Customization
Since we installed vim airline and vim colorschemes we can change the look and feel of neovim/vim. Find your favorite vim colorscheme here also find your favorite airline theme here For this blog, we will use the gruvbox theme along with the base16 airline theme. To make this permanent write these in your nvim config.
-
Airline theme browser
" list with all themes in Airline-themes " https://github.com/vim-airline/vim-airline-themes let g:themes = ['alduin', 'angr', 'apprentice', 'atomic', 'ayu_dark' ] " clipped... let g:idx=0 let g:modulo=len(themes) let g:airline_theme=themes[idx] function ThemeNext() echo "CALLED NEXT" if g:idx+1 > g:modulo echo "MAX REACHED" endif let g:idx +=1 echo "SETTING THEME " echo g:themes[g:idx] let g:airline_theme=g:themes[g:idx] " call g:AirlineTheme( g:themes[g:idx]) endfunc function ThemePrev() echo "CALLED PREF" if g:idx-1 < 0 echo "MIN REACHED" endif let g:idx -=1 let g:airline_theme=g:themes[g:idx] " call AirlineTheme g:themes[g:idx] endfunc nmap q call ThemeNext() nmap a call ThemePrev()
-
Can't get Airline themes to work
git clone https://github.com/vim-airline/vim-airline-themes ~/.vim/bundle/vim-airline-themes
- NeoVim for Python development
-
9 Cozy Vim color schemes
Like mentioned before, pastel colors are not always the best when it comes to readability. This is why I've stuck with Panda Syntax for such a long time. Even though it's not very pastel, I still think it's very cute. As a little extra, I would recommend having this tasty scheme together with the Fruit Punch Airline Theme.
-
Your dev environment
Plug 'https://github.com/fatih/vim-go.git' Plug 'https://github.com/tpope/vim-vinegar.git' Plug 'https://github.com/ycm-core/YouCompleteMe' Plug 'https://github.com/tpope/vim-eunuch' Plug 'https://github.com/rust-lang/rust.vim' Plug 'https://github.com/vim-airline/vim-airline' Plug 'https://github.com/vim-airline/vim-airline-themes' Plug 'sainnhe/sonokai' Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } Plug 'https://github.com/Yggdroot/indentLine' Plug 'https://github.com/tpope/vim-fugitive' Plug 'yuki-yano/fzf-preview.vim', { 'branch': 'release/rpc' }
-
[xmonad] A phoebe bridgers rice
Editor: neovim with airline fruit-punch
-
A note from our sponsor - InfluxDB
www.influxdata.com | 8 Jul 2025
Stats
vim-airline/vim-airline-themes is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of vim-airline-themes is Vim Script.
Popular Comparisons
- vim-airline-themes VS panda-vim
- vim-airline-themes VS nerdtree
- vim-airline-themes VS vim-espresso
- vim-airline-themes VS vim-dogrun
- vim-airline-themes VS fairyfloss.vim
- vim-airline-themes VS ale
- vim-airline-themes VS soft-era-vim
- vim-airline-themes VS tsen-magenta-yellow
- vim-airline-themes VS cosme.vim
- vim-airline-themes VS polybar