commit 2603e984a3489ee6544efced0b357fbc3a5e5104
parent 5dd254fdcf0eb1d2f3320d1b0da5582fee5abd7c
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Thu, 20 Nov 2014 20:15:37 -0800
Vim: Add buftabline plug-in
Diffstat:
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/vim/bundle/vim-buftabline b/vim/bundle/vim-buftabline
@@ -0,0 +1 @@
+Subproject commit 025f706b295a401f73b7805651986b1b27cdf0f7
diff --git a/vimrc.bundles b/vimrc.bundles
@@ -81,6 +81,8 @@ Bundle 'kshenoy/vim-signature'
Bundle 'rainbow_parentheses.vim'
" see where lines are added, removed, or changed in a git repo
Bundle 'airblade/vim-gitgutter'
+" use tabline to display buffers
+Bundle 'ap/vim-buftabline'
""" writing plug-ins
" auto wrap text in markdown and text files