diff options
Diffstat (limited to '.vim/after/plugin')
-rw-r--r-- | .vim/after/plugin/minpac.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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'}) |