From 045c4e8225d45b638819eab34abb7d4862d90755 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sat, 14 May 2022 18:45:36 +0800 Subject: Disable bufline in vim for a while --- .vim/after/plugin/minpac.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vim/after') diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim index e0bb859..688c132 100644 --- a/.vim/after/plugin/minpac.vim +++ b/.vim/after/plugin/minpac.vim @@ -62,7 +62,7 @@ function! InitMinpac() abort " call minpac#add('https://github.com/vim-airline/vim-airline.git', {'type': 'opt'}) " call minpac#add('https://github.com/vim-airline/vim-airline-themes.git', {'type': 'opt'}) call minpac#add('https://github.com/itchyny/lightline.vim') - call minpac#add('https://github.com/ap/vim-buftabline') + " call minpac#add('https://github.com/ap/vim-buftabline') " chinese input method call minpac#add('https://github.com/lilydjwg/fcitx.vim.git', {'type': 'opt'}) -- cgit v1.2.3