Airline & Themes
Airline displays a more user-friendly status bar in Vim, and with a nice color scheme, it's a lot more fun to work with.
Project address
Airline https://github.com/vim-airline/vim-airline
Airline Themes https://github.com/vim-airline/vim-airline-themes
Installation
Add
.vimrc
configuration.
Execute
:source ~/.vimrc
in Vim to reload the config file.Execute
:PlugInstall
to install the Airline and Aairline Themes plugins.Add the following setting to
.vimrc
to make Airline effective.
``vim set laststatus=2 " Always show status bar
" Airline let g:airline#extensions#tabline#enabled=1 " enable tab bar
Last updated
Was this helpful?