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 be6a626..5360bee 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -112,7 +112,7 @@ require('packer').startup( use {'honza/vim-snippets', event = {'InsertEnter'}} -- Automatic insertion and deletion of a pair of characters - use {'jiangmiao/auto-pairs', event = {'BufReadPost'}} + use {'jiangmiao/auto-pairs', event = {'VimEnter'}} -- Comment plugin use 'tpope/vim-commentary' |
