Autopairs event trigger (#929)

This commit is contained in:
rebuilt 2021-07-14 19:41:52 +02:00 committed by GitHub
parent 3214ffed7a
commit a20e04c289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,6 @@ return require("packer").startup(function(use)
use {
"windwp/nvim-autopairs",
-- event = "InsertEnter",
after = { "telescope.nvim" },
config = function()
require "core.autopairs"
end,