Install vim-airline by entering the following commands in the terminal:
sudo apt update sudo apt install vim-airline
Description:
Lean & mean status/tabline for vim that's light as air
vim-airline provides a themable vim status bar that makes use of the powerline font. It's similar to vim-powerline, but is much simpler since it user pure vim configuration instead of scripting languages. . Some of its features: . * Tiny core written with extensibility in mind * Integrates with a variety of vim plugins * Looks good with regular fonts and provides configuration points so you can use unicode or powerline symbols * Optimized for speed; it typically loads in under a millisecond . To enable, add the following lines to your .vimrc: let g:airline_powerline_fonts = 1 set laststatus=2
Homepage: https://github.com/vim-airline/vim-airline
Version: 0.8-1
Section: universe/editors