mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-20 01:08:29 +02:00
fix(auto-pairs): disable lazy loading for auto-pairs (#1729)
This commit is contained in:
parent
596db66c7f
commit
65f165011a
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ return {
|
|||
{
|
||||
"windwp/nvim-autopairs",
|
||||
-- event = "InsertEnter",
|
||||
after = "nvim-cmp",
|
||||
config = function()
|
||||
require("core.autopairs").setup()
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue