mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-21 11:14:42 +02:00
Autopairs event trigger (#929)
This commit is contained in:
parent
3214ffed7a
commit
a20e04c289
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue