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

Removed vim-matchup. Found it annoying.

This commit is contained in:
2020-06-05 10:40:52 +02:00
parent a9e3b9a8e4
commit 987da2fb04

1
vimrc
View File

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