aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/minpac.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/after/plugin/minpac.vim')
-rw-r--r--.vim/after/plugin/minpac.vim6
1 files changed, 4 insertions, 2 deletions
diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim
index 555106b..e0bb859 100644
--- a/.vim/after/plugin/minpac.vim
+++ b/.vim/after/plugin/minpac.vim
@@ -59,8 +59,10 @@ function! InitMinpac() abort
" appearance
call minpac#add('https://github.com/joshdick/onedark.vim.git', {'type': 'opt'})
- 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/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')
" chinese input method
call minpac#add('https://github.com/lilydjwg/fcitx.vim.git', {'type': 'opt'})