1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Use delimitMate instead of auto-pairs

This commit is contained in:
jdhao
2021-08-12 00:51:44 +08:00
parent 082a8ab6b5
commit 37e9487076
4 changed files with 2 additions and 15 deletions

View File

@@ -130,7 +130,7 @@ require('packer').startup(
use {'honza/vim-snippets', event = {'InsertEnter'}}
-- Automatic insertion and deletion of a pair of characters
use 'jiangmiao/auto-pairs'
use 'Raimondi/delimitMate'
-- Comment plugin
use 'tpope/vim-commentary'