vim: replace auto-pairs with vim-closer

master
Guillaume Dott 2021-08-09 16:03:22 +02:00
parent 2ee2c1feb9
commit 34c8a58fd8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ if filereadable(expand(bundledir."vundle/README.md"))
Plugin 'tpope/vim-markdown'
Plugin 'tpope/vim-endwise'
Plugin 'jiangmiao/auto-pairs'
Plugin 'rstacruz/vim-closer'
Plugin 'tpope/vim-haml'
Plugin 'slim-template/vim-slim'