diff options
Diffstat (limited to '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 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' |
