Replace matchit.vim with vim-matchup

This commit is contained in:
Kenneth Benzie 2018-01-16 16:00:05 +00:00
parent bc014309ef
commit b3ba84fa4c

2
vimrc
View File

@ -141,7 +141,7 @@ endif
" replay macros with the enter key " replay macros with the enter key
Plug 'wincent/replay' Plug 'wincent/replay'
" vim-matchit - Improved % matching " vim-matchit - Improved % matching
Plug 'opennota/vim-matchit' Plug 'andymass/vim-matchup'
" vim-table-mode - Easy table manipulation " vim-table-mode - Easy table manipulation
Plug 'dhruvasagar/vim-table-mode' Plug 'dhruvasagar/vim-table-mode'