mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update packer plugin settings
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user