From 37e9487076d3fec7c26850ed50fbe33caae71665 Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 12 Aug 2021 00:51:44 +0800 Subject: Use delimitMate instead of auto-pairs --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index a189bb6..c7b26fc 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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' -- cgit v1.2.3