nvim: Drop vim-anyfold and vim-matchup
Really don't use folds ever, so drop this plugin. Same for matchup. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
80e2aa9341
commit
fe4ef658f6
1 changed files with 0 additions and 3 deletions
|
@ -82,8 +82,6 @@ Plug 'wellle/targets.vim'
|
|||
Plug 'tpope/vim-surround'
|
||||
Plug 'junegunn/vim-easy-align'
|
||||
Plug 'tommcdo/vim-exchange'
|
||||
" For folds
|
||||
Plug 'pseewald/vim-anyfold'
|
||||
" Absolute essentials miscellaneous
|
||||
Plug 'tpope/vim-repeat'
|
||||
Plug 'tpope/vim-eunuch'
|
||||
|
@ -97,7 +95,6 @@ Plug 'psliwka/vim-smoothie'
|
|||
" Handle line & column jump specifications as found in stack traces
|
||||
Plug 'wsdjeg/vim-fetch'
|
||||
" Miscellaneous
|
||||
Plug 'andymass/vim-matchup'
|
||||
Plug 'liuchengxu/vim-which-key'
|
||||
Plug 'farmergreg/vim-lastplace'
|
||||
|
||||
|
|
Loading…
Reference in a new issue