1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

Added matchup plugin

This commit is contained in:
2019-02-11 07:55:31 +01:00
parent 9d5bb3a614
commit b8f94d81f6

1
vimrc
View File

@@ -14,6 +14,7 @@ call plug#begin('~/.vim/bundle')
Plug 'Rykka/riv.vim', { 'for': 'rst' }
Plug 'SirVer/ultisnips'
Plug 'Valloric/MatchTagAlways'
Plug 'andymass/vim-matchup'
Plug 'ayuanx/vim-mark-standalone'
Plug 'davidhalter/jedi-vim', { 'for': 'python' }
Plug 'dogrover/vim-pentadactyl'