vim-airline
#Vimプラグイン
#statusline
https://github.com/vim-airline/vim-airline
https://github.com/vim-airline/vim-airline-themes
設定
タブラインの有効化
code:vim
let g:airline#extensions#tabline#enabled = 1
vim-airline-themes
使い方
code:vim
:AirlineTheme <theme>
でテーマを設定できます。
vimrc
や
init.vim
で設定したいときは
code:vim
let g:airline_theme = '<theme>'
のように記述します。
拡張
https://github.com/enricobacis/vim-airline-clock
https://github.com/Wildog/airline-weather.vim