aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-07-04 04:23:16 +0800
committerjdhao <jdhao@hotmail.com>2021-07-04 04:23:16 +0800
commite75a0b31d89d29424097e4a1a2bc339e78e6cffe (patch)
tree898b89e48bbf494ae029f38da924331917d0bc25 /lua
parent82e2b1078d36dd38365584e29dee8f577d6eab9b (diff)
update packer plugin settings
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 d79076b..9cc8780 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -111,7 +111,7 @@ require('packer').startup(
use {'honza/vim-snippets', event = {'InsertEnter'}}
-- Automatic insertion and deletion of a pair of characters
- use {'jiangmiao/auto-pairs', event = {'InsertEnter'}}
+ use {'jiangmiao/auto-pairs', event = {'BufReadPost'}}
-- Comment plugin
use 'tpope/vim-commentary'