How to Install vim-airline-themes in Ubuntu 18.04



Install vim-airline-themes by entering the following commands in the terminal:

sudo apt update
sudo apt install vim-airline-themes

Description:

official theme collection for vim-airline

Official collection of themes for vim-airline. . Once installed, use :AirlineTheme to set the theme, eg. :AirlineTheme badwolf To set in .vimrc, use let g:airline_theme='', eg. :let g:airline_theme='badwolf'

Homepage: https://github.com/vim-airline/vim-airline-themes

Version: 0+git.20170710.5d75d76-1

Section: universe/editors