aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vim/after/plugin/buftabline.vim4
-rw-r--r--.vim/after/plugin/minpac.vim6
2 files changed, 8 insertions, 2 deletions
diff --git a/.vim/after/plugin/buftabline.vim b/.vim/after/plugin/buftabline.vim
new file mode 100644
index 0000000..cf1e682
--- /dev/null
+++ b/.vim/after/plugin/buftabline.vim
@@ -0,0 +1,4 @@
+let g:buftabline_show = 2
+let g:buftabline_numbers = 2
+let g:buftabline_plug_max = 0
+let g:buftabline_indicators = 1
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'})