diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-12 00:51:44 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-12 00:51:44 +0800 |
| commit | 37e9487076d3fec7c26850ed50fbe33caae71665 (patch) | |
| tree | 397ccb779a228f29dd51d53dabf47fdf7e9f3220 /lua/plugins.lua | |
| parent | 082a8ab6b5098bbc831bbe4fe0727dff5053f431 (diff) | |
Use delimitMate instead of auto-pairs
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
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' |
