From 12cd83f709cba99f4a776204e8adc57a4d27002d Mon Sep 17 00:00:00 2001
From: Alex Yatskov <alex@foosoft.net>
Date: Thu, 29 Jan 2015 23:47:01 +0900
Subject: [PATCH] Configuring vim-airline

---
 .vim/plugins.vim | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.vim/plugins.vim b/.vim/plugins.vim
index 38c44e3..5e6de19 100644
--- a/.vim/plugins.vim
+++ b/.vim/plugins.vim
@@ -32,6 +32,9 @@ call plug#end()
 " syntastic
 let g:syntastic_python_checkers = ['pyflakes']
 
+" vim-airline
+let g:airline#extensions#tabline#enabled = 1
+
 " vim-argwrap
 let g:argwrap_padded_braces = '{'