Skip to content

Commit 77382a4

Browse files
committed
Bump some plugin versions
1 parent 1ca813e commit 77382a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

init.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ Plug 'junegunn/fzf.vim'
3333
Plug 'preservim/nerdcommenter', {'tag': '2.7.0'}
3434
Plug 'tpope/vim-abolish'
3535
Plug 'tpope/vim-fugitive', {'tag': 'v3.7'}
36-
Plug 'lervag/vimtex', {'tag': 'v2.13'}
36+
Plug 'lervag/vimtex', {'tag': 'v2.14'}
3737
Plug 'machakann/vim-sandwich'
3838
Plug 'mileszs/ack.vim'
3939
Plug 'vim-scripts/DoxygenToolkit.vim'
40-
Plug 'jlanzarotta/bufexplorer', {'tag': 'v.7.4.25'}
40+
Plug 'jlanzarotta/bufexplorer', {'tag': 'v7.4.26'}
4141

4242
Plug 'vimwiki/vimwiki', {'tag': 'v2023.04.04_1'}
4343
Plug 'michal-h21/vim-zettel'
@@ -83,7 +83,7 @@ if has('nvim')
8383
Plug 'kevinhwang91/promise-async', {'tag': 'v1.0.0'} " needed by nvim-ufo
8484
Plug 'kevinhwang91/nvim-ufo', {'tag': 'v1.3.0'}
8585

86-
Plug 'folke/which-key.nvim', {'tag': 'v1.4.3'}
86+
Plug 'folke/which-key.nvim', {'tag': 'v1.6.0'}
8787
else
8888
Plug 'tpope/vim-sensible'
8989
Plug 'lifepillar/vim-solarized8'

0 commit comments

Comments
 (0)