aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
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'